Results 1 to 7 of 7

Thread: Wowza 3.1.2 includ /vod/ in URL requested

  1. #1

    Default Wowza 3.1.2 includ /vod/ in URL requested

    Hi people,

    I upgrade my Wowza from 3.0.3 to 3.1.2 and my midias don't play anymore. In log files, the path where mp4 there has a "/vod/", but this directory not exist. Wowza 3.1.2 change the way how I play my VOD?

    URL: rtsp://ip:1935/vod/USIV30300248_VID_TRK_1500.mp4

    Content path: /usr/local/WowzaMediaServer/content/USIV30300248_VID_TRK_1500.mp4

    Log file:
    #Version: 1.0
    #Start-Date: 2012-07-17 17:17:26 BRT
    #Software: Wowza Media Server 3.1.2 build1624
    #Date: 2012-07-17
    #Fields: x-severity x-category x-event date time c-client-id c-ip c-port cs-bytes sc-bytes x-duration x-sname x-stream-id x-spos sc-stream-bytes cs-stream-bytes x-file-size x-file-length x-ctx x-comment
    WARN server comment 2012-07-17 17:18:43 1921964888 187.58.244.21 - 0 0 0.175 - - - - - - - vod MediaReaderH264.open[1]: java.io.FileNotFoundException: /usr/local/WowzaMediaServer/content/vod (No such file or directory)
    WARN server comment 2012-07-17 17:18:43 1921964888 187.58.244.21 - 0 0 0.179 - - - - - - - - RTSPCore.setup: track missing: USIV30300248_VID_TRK_1500.mp4

  2. #2
    Join Date
    Dec 2007
    Posts
    25,633

    Default

    What is the playback URL you are using? What client?

    You are adding "vod" to the url in the wrong place. Using Wowza SimpleVideoStreaming example player it should be:

    Server: rtmp://[wowza-address]:1935/vod
    Stream: mp4:USIV30300248_VID_TRK_1500.mp4

    Richard

  3. #3

    Default

    Thanks for your help, Richard,

    We use a Sagemcom player, in a set-up-box from Sagemcom. The URLs rtsp://IP:554/vod/_defaultVHost_/audio/tst/musica1.mp4 and rtsp://IP:554/vod/_definst_/audio/tst/musica1.mp4 plays sucessfully in VLC, but not in set-up-box. We've in production Wowza 2.2.4 and plays OK. We only change the version of Wowza to 3.1.2 in dev cenario, without change our app.

    BTW, we use the default instalation, not change VOD settings.

    Regards,

    Guilherme

  4. #4
    Join Date
    Dec 2007
    Posts
    25,633

    Default

    Guilherme,

    The url with "_defaultHVhost_" is unusual and is not doing anything regarding VHosts but it will work, it is the correct form. The 2nd url is also correct and more standard, using "_definst_". (For vod it doesn't really matter what the application instance name is)

    Have you followed these?
    http://www.wowza.com/forums/content....-RTP-streaming
    http://www.wowza.com/forums/content....P-RTP-playback

    For the STB, try adding these two properties to the Application.xml /RTP /Properties list:

    <Property>
    <Name>forceMPEGTSOut</Name>
    <Value>true</Value>
    <Type>Boolean</Type>
    </Property>
    <Property>
    <Name>rtpWrapMPEGTS</Name>
    <Value>true</Value>
    <Type>Boolean</Type>
    </Property>

    Richard

  5. #5

    Default

    Just a hunch, but also try: rtsp://IP:554/vod/_definst_/mp4:audio/tst/musica1.mp4

  6. #6

    Default

    Richard,

    I tried with forceMPEGSOUT and rtpWrapMPEGTS, but the error are the same. I followed these tutorials.

    Randall,

    I tried with mp4: just the way you suggest and with filename. Same error.

    WARN server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.044 - - - - - - - Video/BA9 MediaReaderH264.open[1]: java.io.FileNotFoundException: /usr/local/WowzaMediaServer/content/Video/BA9 (Is a directory)
    DEBUG server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.045 - - - - - - - - RTPTrack.getTransportStr: RAW/RAW/UDP;unicast;destination=IP;client_port=28062;sourc e=IP;server_port=6984;ssrc=1E31841A
    DEBUG server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.045 - - - - - - - - config: session: setReuseAddress: from:false to:true
    DEBUG server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.045 - - - - - - - - config: session: setReceiveBufferSize: from:64512 to:65000
    DEBUG server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.046 - - - - - - - - config: session: setSendBufferSize: from:64512 to:65000
    DEBUG server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.046 - - - - - - - - config: session: setTrafficClass: from:0 to:0
    INFO server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.046 - - - - - - - - IN: UDPHandler: create: com.wowza.wms.rtp.model.RTPPort@45570f5c
    INFO server comment 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.046 - - - - - - - - RTPUDPTransport.bind[vod/_defaultVHost_]: in:0.0.0.0/0.0.0.0:6984 out:/IP:28062
    INFO server comment 2012-07-25 10:55:32 - - - - - 2365.195 - - - - - - - - IN: UDPHandler: sessionCreated
    INFO server comment 2012-07-25 10:55:32 - - - - - 2365.198 - - - - - - - - IN: UDPHandler: sessionOpened: com.wowza.wms.rtp.model.RTPPort@45570f5c
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.211 - - - - - - - - uri: DESCRIBE rtsp://IP:554/vod/_defaultVHost_/Video/BA9/BRUV71000580_VID_TRK_500.mp4 RTSP/1.0
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - method: DESCRIBE
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - context: rtsp://IP:554/vod/_defaultVHost_/Video/BA9/BRUV71000580_VID_TRK_500.mp4
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - protocol: RTSP/1.0
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - cseq: 12
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - session: 1623882986
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - accept: application/x-rtsp-mh
    DEBUG server comment 2012-07-25 10:55:32 - - - - - 2365.212 - - - - - - - - user-agent: RTSP/1.0;SAGEM/49;STB/0.0.56
    INFO rtsp describe 2012-07-25 10:55:32 1623882986 177.16.70.2 - 0 0 0.065 Video/BA9 - 0 - - 4096 0.0 1623882986 -
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.242 - - - - - - - - uri: TEARDOWN rtsp://172.31.245.130:554/vod/_defaultVHost_/Video/BA9/BRUV71000580_VID_TRK_500.mp4 RTSP/1.0
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.242 - - - - - - - - method: TEARDOWN
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.243 - - - - - - - - context: rtsp://172.31.245.130:554/vod/_defaultVHost_/Video/BA9/BRUV71000580_VID_TRK_500.mp4
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.243 - - - - - - - - protocol: RTSP/1.0
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.243 - - - - - - - - cseq: 13
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.243 - - - - - - - - session: 1623882986
    DEBUG server comment 2012-07-25 10:55:47 - - - - - 2380.243 - - - - - - - - user-agent: RTSP/1.0;SAGEM/49;STB/0.0.56
    INFO stream unpublish 2012-07-25 10:55:47 1623882986 177.16.70.2 - 0 0 15.054 Video/BA9 1 0 0 0 4096 0.0 - -
    INFO stream destroy 2012-07-25 10:55:47 1623882986 177.16.70.2 - 0 0 15.056 Video/BA9 1 0 0 0 4096 0.0 - -
    INFO server comment 2012-07-25 10:55:47 1623882986 177.16.70.2 - 0 0 15.098 - - - - - - - - RTPUDPTransport.unbindAll[vod/_defaultVHost_]: 0.0.0.0/0.0.0.0:6984
    INFO server comment 2012-07-25 10:55:47 1623882986 177.16.70.2 - 0 0 15.098 - - - - - - - - IN: UDPHandler: unbind
    DEBUG server comment 2012-07-25 10:55:47 1623882986 177.16.70.2 - 0 0 15.098 - - - - - - - - ServerHandler.handleSessionIdle: isDidClose
    INFO server comment 2012-07-25 10:55:47 - - - - - 2380.248 - - - - - - - - IN: UDPHandler: sessionClosed
    INFO rtsp disconnect 2012-07-25 10:55:47 1623882986 177.16.70.2 - 0 0 2380.248 - - - - - - - 1623882986 -
    INFO application app-stop 2012-07-25 10:56:47 - - - - - 2440.261 - - - - - - - _defaultVHost_ vod/_defaultVHost_

    I don't understand why this happened with Wowza 3.1.2 and not with Wowza 2.2.4. The same app, same Sagem STB and same midia.

  7. #7
    Join Date
    Dec 2007
    Posts
    25,633

    Default

    There is indication of UDP problem. Make sure all UDP (0-65535) ports are open between Wowza and the STB.

    Revert to INFO level logging, then add this Property to the Application.xml /RTP /Properties list

    Code:
    <Property>
     <Name>debugRTSPSession</Name>
     <Value>true</Value>
     <Type>Boolean</Type>
    </Property>
    Then restart Wowza and test again. If still not working, zip up conf and logs and send to support@wowza.com. Include a link to this thread for reference.

    Richard

Posting Permissions

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