Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 51

Thread: Article: How to get MulticastPublish AddOn (multicast and unicast streams to UDP and RTSP)

  1. #21
    Join Date
    Jul 2011
    Posts
    4

    Default UDP port sharing

    Hi,

    Is it possible to do udp portsharing while multicasting with this module/wowza?

    Kind regards

    Wim

  2. #22
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    I don't think so. The port sharing is about incoming streams.

    Richard
    Last edited by rrlanham; 03-12-2012 at 06:25 AM.

  3. #23
    Join Date
    Jul 2011
    Posts
    4

    Default and outgoing stream?

    Quote Originally Posted by rrlanham View Post
    I think so. The port sharing is about incoming streams.
    How about the outgoing streams?

    We would like to use such feature for multilingual multicast streaming.

    Wim

  4. #24
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    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

  5. #25

    Default

    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.

    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_]
    what am I doing wrong?

    Thank you
    Last edited by hafizradio; 04-12-2012 at 08:29 AM.

  6. #26
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    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

  7. #27
    Join Date
    Dec 2011
    Posts
    11

    Default

    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.

  8. #28
    Join Date
    Dec 2011
    Posts
    11

    Default

    Quote Originally Posted by steveitl View Post
    Hi randall,
    ok thanks, i have solved my problem

    stefano
    Could you tell us how you solved your problem ?

    Mike

  9. #29

    Default

    Mike, as far as I know, you should be able to just specific a non-multicast IP in the multicastmap.txt file.

  10. #30

    Default

    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.

Page 3 of 6 FirstFirst 12345 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •