Hi,
Is it possible to do udp portsharing while multicasting with this module/wowza?
Kind regards
Wim
Hi,
Is it possible to do udp portsharing while multicasting with this module/wowza?
Kind regards
Wim
I don't think so. The port sharing is about incoming streams.
Richard
Last edited by rrlanham; 03-12-2012 at 06:25 AM.
You should be able to use PIDs to reference tracks within a stream. You have to encode multiple tracks, which I don't have any info on, but here's guidance on how to playback such a stream:
http://www.wowza.com/forums/content....ubtitle-tracks
http://www.wowza.com/forums/content....anguage-by-PID
Richard
I add application.xml <Module> and <Property> parametrs.
i configure incoming rtsp stream content/mpegts.stream: rtsp://localhost:5544/qw
i configure output multicast stream conf/multicastmap.txt: myStream={name:mpegts.stream,video:239.1.0.1:10000 ,isRTPWrapped:false}
after i start in localhost:8086/streammanager application streamname mpegts.stream i see this log.
what am I doing wrong?NFO server comment - MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10001 s
nt:0 recv:0
NFO stream stop mpegts.stream -
NFO stream destroy mpegts.stream -
NFO stream destroy mpegts.stream -
NFO server comment - RTPMediaCaster.Reconnector[20871249:lv/_definst_:mpegts.st
eam]: start: 3
NFO server comment - RTPSessionTracker.add[rtsp://localhost:5544/qw]: 1
NFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.b uildSDPD
ta: sessionId:null sessionTimeout:0
NFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamIn fo[lv/_d
finst_]: RTSP/RTP re-streaming. Success, received SDP data.
NFO stream create - -
NFO stream publish mpegts.stream -
NFO server comment - ModuleMulticastPublish.onStreamPublish[lv/_definst_]: mpeg
s.stream
NFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.s essionSt
rt: PLAY: rtsp://localhost:5544/qw
NFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.p rocessRe
ponse: PLAY: rtsp://127.0.0.1:5544/qw
NFO server comment - RTPMediaCaster.Reconnector[20871249:lv/_definst_:mpegts.st
eam]: done: 3
NFO vhost vhost-stop _defaultVHost_ -
NFO application app-stop _definst_ lv/_definst_
NFO server comment - RTPMediaCaster.shutdown[20871249:lv/_definst_:mpegts.strea
]: mpegts.stream
NFO server comment - RTPMediaCaster.disconnect[20871249:lv/_definst_:mpegts.str
am]
NFO server comment - RTPMediaCaster.closeRTPSession[20871249:lv/_definst_:mpegt
.stream]
NFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.c lose clo
eSession
NFO stream unpublish mpegts.stream -
NFO server comment - ModuleMulticastPublish.onStreamUnPublish[lv/_definst_]: mp
gts.stream
NFO server comment - ModuleMulticastPublish.stopStream[lv/_definst_]: {RTPDesti
ation: name: "destination", stream: 239.1.0.1:10000, ttl: 63, isRTPWrapped: tru
}
NFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.o nClose
NFO server comment - RTPSessionTracker.remove[rtsp://localhost:5544/qw]: 0:true
NFO stream destroy mpegts.stream -
NFO server comment - ModuleMulticastPublish.onAppStop[lv/_definst_]
Thank you
Last edited by hafizradio; 04-12-2012 at 08:29 AM.
You just publish a stream named "myStream" with a RTMP live encoder to the same application.
Or you could start a stream in StreamManager using stream name "myStream" if that is a StreamNameAlias alias that points to rtsp or udp stream source.
Richard
How come there is no reference anywhere on how to use this to push unicast ?
Last edited by mikemeandi; 04-28-2012 at 04:44 AM.
Mike, as far as I know, you should be able to just specific a non-multicast IP in the multicastmap.txt file.
I cannot seem to get this to work. I have tried the RTPPusher package and it works with my decoders just fine. When I try this I don't seem to be getting any sort of video etc. This is what is in my multicast map:
iphone={name:iphone,stream:227.1.1.1:4010,isRTPWra pped:false}
I have also updated the application setting multicastPublishMPEGTSOut to True. I am using an iphone 4s with Livu on it with UDP transport. I think it uses h.264 native encoding. Could this possibly be an issue? I would really like to get this to be automated so we don't have to use the RTPPusher interface to turn it up.