Results 1 to 8 of 8

Thread: Publishing to Wowza server via VLC / RTSP

  1. #1
    Join Date
    Mar 2012
    Posts
    3

    Default Publishing to Wowza server via VLC / RTSP

    Hi :-)

    I have rented a Streamingserver witch uses wowza to Stream Live-content to all devices possible.

    In the welcome-email I revieved a Link for Publishing witch looks like this one:
    rtmp://12.345.56.78/companyname-live/_definst_/doPublish=kjnhklKLAFGNLA

    I Want to publish a file, lets call it "file1.mp4" to this wowza-instance.
    And I want to use VLC for that.

    I tried something like this:
    Code:
    vlc -vvv "C:/test.mp4" --sout "#transcode{venc=x264{keyint=60,profile=main},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=48000}:rtp{dst=12.345.56.78/companyname-live/,port=10000,mux=ts}"
    Someone told me, I sould use RTSP for publishing via VLC,
    but that didnt work out either.

    Can YOU give me a Hint (for example a working commandline) for setting up VLC to publish to my rented Wowza-server?
    Thanks in advance :-)

  2. #2

    Default

    I started an RTSP stream in the VLC GUI and it came up with this:
    Code:
    :rtp{sdp=rtsp://12.345.56.78/companyname-live/_definst_/doPublish=kjnhklKLAFGNLA}:no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
    Probably a better place for this sort of question is via the support resources for your service provider or VLC.

  3. #3
    Join Date
    Mar 2012
    Posts
    3

    Default

    Hm,
    it doesnt really work...

    If I put "rtmp://12.345.56.78/companyname-live/_definst_/doPublish=kjnhklKLAFGNLA" into the adress input-field of WIRECAST,
    it works just that easy.

    How can I get the VLC to do the same as Wirecast?

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

    Default

    VLC with this method does not publish to Wowza, it sends a stream to a RTSP url that you re-stream from Wowza. The RTSP URL with application name will not work. You will not see a publish event in Wowza logs when you start the stream.

    Also, the following mpeg-ts method is preferred, but in this regard is the same as RTSP out from VLC, i.e., does not publish to Wowza:

    http://www.wowza.com/forums/content....rver-(MPEG-TS)

    Richard

  5. #5
    Join Date
    Mar 2012
    Posts
    3

    Default

    Okay..

    So whitch way you would recommend to push a video-file to Wowza using VLC?
    Remeber that I only have a RENTED wowza-server, I am not able to edit ANY config-files :-/

    Thanks in Advance :-)

    Edit:

    I dont really get the difference between "streaming" and "re-streaming".
    Re-streaming is mentioned in the article you've linked,
    but I dont know, if thats what I am looking for...
    Last edited by breytex; 03-08-2012 at 05:11 AM.

  6. #6
    Join Date
    Dec 2007
    Posts
    25,641

    Default

    To configure an encoder such as Wirecast to push an RTMP stream to Wowza you enter a RTMP url/app-name, and a stream name. Then you start the stream and Wirecast pushes the stream to the Wowza application you entered. With Wowza running in stand-alone (/bin/startup.bat) mode, looking at the log output in the console, you will see a publish event in Wowza when you start the stream in Wirecast.

    VLC streams to a RTSP or UDP url, not to Wowza. Wowza does not know the stream exists until you tell it where it is using StreamManager or StartUpStreams.xml

    If you "rented" with no access, you should ask the owner exactly what to do.

    Richard
    Last edited by rrlanham; 03-08-2012 at 05:28 AM.

  7. #7

    Default

    Hi where i can find a good program to publish to a RTCP publish point?

    For windows?

    Can VLC do the job? thank's
    Last edited by MARY2006; 05-02-2013 at 10:57 AM.

  8. #8
    Join Date
    Dec 2007
    Posts
    25,641

    Default

    Last edited by rrlanham; 05-07-2013 at 10:32 AM.

Posting Permissions

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