Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Media players and codecs (http://stream-recorder.com/forum/forumdisplay.php?f=26)
-   -  

How to watch RTMP/RTMPE/RTMPT streaming with vlc using rtmpdump?

(http://stream-recorder.com/forum/showthread.php?t=8814)

xellisss 04-14-2011 06:36 AM

How to watch RTMP/RTMPE/RTMPT streaming with vlc using rtmpdump?


 
Is it possibile to open a webcam-birdcam on rtmpt by VLC?
I'd like to watch the streaming in VLC.
I did contact admin of website e he was agreed, and sent the url of streaming:
rtmpt://188.165.205.104:443/technosmart/techno10! (included the exclamation point)
With VLC 1.1.8 in default sets this url didn't work to me: did I wrong or ignore anything to watch the streaming?
Thank you for helping! :confused:

KSV 04-14-2011 11:23 AM

Re: watch a rtmpt streaming with vlc?


 
You can use the following command to watch this with vlc

Code:

rtmpdump.exe -r rtmp://188.165.205.104/technosmart/techno10! --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

placebo 04-14-2011 11:28 AM

Re: watch a rtmpt streaming with vlc?


 
:p LMAO
i feel like a voyeur (Peeping Tom)!!

:p :p :D

Fascinating use of rtmpdump, problem solved very elegantly, congrats! Looks like we have a small crowd of helpful rtmpdump specialists on board (Ed999, Steven, KSV, ..). placebo moderator is in awe :D

Stream Recorder 04-14-2011 11:29 AM

Re: watch a rtmpt streaming with vlc?


 
When I enter this URL as is, I can't download it with Replay Media Catcher 4.

But if I play from _http://www.meway.it/technosmart/ , RMC records it just fine. And I can open the file with VLC while it is being recorded. RMC shows the following URL:
rtmpt://188.165.205.104:443/technosmart/<break>techno10!

Here is a solution from the support team of the streaming server:
Quote:

Originally Posted by rrlanham
Change /conf/technosmart/Application.xml /RTP /Authentication /PlayMethod from "digest" to "none"

Then use rtsp url in VLC:

rtsp://188.165.205.104:443/technosmart/_definst_/techno10!


xellisss 04-14-2011 05:35 PM

Re: watch a rtmpt streaming with vlc?


 
Thanks for your help, but i'm very noob girl...i downloaded rtmpdump-2.3-windows and opened it...now WHERE do I write commands as
rtmpdump.exe -r rtmp://188.165.205.104/technosmart/techno10! --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
in prompt dos or in rtmpgw.exe or rtmpsrv.exe or rtmpsuck.exe???
I didn't find out a simple guide to use this software with windows 7 (64bit)...

xellisss 04-14-2011 06:19 PM

Re: watch a rtmpt streaming with vlc?


 
Ok it works...and can you say to me the command line for this birdcam _http://www.ustream.tv/decoraheagles?
url is something like rtmp://ustream.fc.llnwd.net:1935/ustream/ustream@llnw_1_3064708_live_1

xellisss 04-14-2011 06:21 PM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by Stream Recorder (Post 27549)
When I enter this URL as is, I can't download it with Replay Media Catcher 4.

But if I play from _http://www.meway.it/technosmart/ , RMC records it just fine. And I can open the file with VLC while it is being recorded. RMC shows the following URL:
rtmpt://188.165.205.104:443/technosmart/<break>techno10!

Here is a solution from the support team of the streaming server:

? Where do I write the change before to open VLC with your line?

Stream Recorder 04-15-2011 12:30 AM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by xellisss (Post 27562)
? Where do I write the change before to open VLC with your line?

Just start recording with Replay Media Catcher, then go to the web-page with and start playing the stream. RMC will start recording automatically. Then just play the FLV file RMC is recording.


If you want to change a server configuration, obviously you need to do it on the server.

Stream Recorder 04-15-2011 12:43 AM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by xellisss (Post 27561)
Ok it works...and can you say to me the command line for this birdcam _http://www.ustream.tv/decoraheagles?
url is something like rtmp://ustream.fc.llnwd.net:1935/ustream/ustream@llnw_1_3064708_live_1

Try to use RTMPexplorer to find the parameters. Then replace the
Code:

-o "filename"
with
Code:

--quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or
Code:

--quiet | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
vlc.exe can reside in some other folder depending on where you install it.

KSV 04-15-2011 12:46 AM

Re: watch a rtmpt streaming with vlc?


 
Command for _http://www.ustream.tv/decoraheagles? is
Code:

rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
You can put those commands in batch file and then double click the file to watch it when required.
Code:

echo rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet ^| "C:\Program Files\VideoLAN\VLC\vlc.exe" ->Cam1.bat
then just double click Cam1.bat file to view cam. Batch file and rtmpdump.exe should be in same folder.


All times are GMT -6. The time now is 07:23 PM.