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-15-2011 05:11 AM

Re: watch a rtmpt streaming with vlc?


 
Thank you so much!!
Finally I can watch streaming by VLC!!!!!!!!
But does rtmpdump work with KMP or other video player, if I change the folder in batch command?

KSV 04-15-2011 05:22 AM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by xellisss (Post 27573)
But does rtmpdump work with KMP or other video player, if I change the folder in batch command?

This will work with any player which supports reading from stdin.

xellisss 04-15-2011 05:32 AM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by KSV (Post 27568)
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.

How can i make a batch file?I copied the 2 lines in a notepad file and named it Cam1.bat but VLC does'nt open...I write in the file:

rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

echo rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet ^| "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" ->Cam1.bat

KSV 04-15-2011 06:15 AM

Re: watch a rtmpt streaming with vlc?


 
Don't put both commands in batch file. if you have created a batch file with notepad then just copy the first command to file and save it. Make sure file's extension is .bat NOT .txt.
Code:

1. Open up Notepad in Windows and copy paste first command line.
2. Go to File > Save As...
3. Choose your rtmpdump folder as the location to save.
4. Click on the dropdown box "Save as type:" and select "All files" instead of Text (*.txt).
5. Add .bat to the end of your file name before you save. For example, you would type Cam1.bat.
6. Click on Save. If you did this correctly, you should see your file name in the title bar of Windows Notepad. Make sure that it reads as Cam1.bat not Cam1.bat.txt.

Second command is to create the batch file from dos prompt. You don't have to use it if you use the first method.

xellisss 04-15-2011 03:46 PM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by KSV (Post 27574)
This will work with any player which supports reading from stdin.

1)Guys, thank you for your very kind help!
What does it means? KMP I think support the reading from...what?..but it doesn't work.

2)Ok the batch command is ok: I tried to make one for birdcam with url
rtmpt://188.165.205.104:443/technosmart/techno10!
but this one (with the same proceedings) doesn't open VLC:

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

Is it correct?

3) Is it possible to watch with VLC two or more different streaming at the same time with more file batch or dos prompt commands? (I answer to myself: yes, I opened 3 streaming from dos prompt at the same time).
Thanks again!

KSV 04-16-2011 12:32 AM

Re: watch a rtmpt streaming with vlc?


 
Quote:

Originally Posted by xellisss (Post 27582)
1)Guys, thank you for your very kind help!
What does it means? KMP I think support the reading from...what?..but it doesn't work.

I don't use KMPlayer so i can't say whether it supports playing from stdin or not or the command syntax may be different. VLC, MPlayer or any other MPlayer based player will work. if it's working for you with VLC then why not just use VLC.
Quote:

Originally Posted by xellisss (Post 27582)
2)Ok the batch command is ok: I tried to make one for birdcam with url
rtmpt://188.165.205.104:443/technosmart/techno10!
but this one (with the same proceedings) doesn't open VLC:

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

Is it correct?

I posted the command for this webcam in 2nd post of this thread.
Code:

rtmpdump.exe -r rtmp://188.165.205.104/technosmart/techno10! --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
first you have to make sure that rtmpdump is able to download the stream with your command line. if rtmpdump successfully starts downloading then you can watch that stream with VLC. you can use following method to confirm that your rtmp url is correct or not.
Replace this
Code:

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

rtmpdump.exe -r rtmp://188.165.205.104/technosmart/techno10! -o Test.flv
if your command line is correct rtmpdump will start downloading and will save it as Test.flv file. you can also try adding --live switch to command line if doesn't work.

Quote:

Originally Posted by xellisss (Post 27582)
3) Is it possible to watch with VLC two or more different streaming at the same time with more file batch or dos prompt commands? (I answer to myself: yes, I opened 3 streaming from dos prompt at the same time).
Thanks again!

You can open as many streams as your PC's processing power and internet bandwidth allows.

Stream Recorder 04-16-2011 01:01 AM

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


 
Quote:

Originally Posted by xellisss (Post 27582)
Ok the batch command is ok: I tried to make one for birdcam with url
rtmpt://188.165.205.104:443/technosmart/techno10!
but this one (with the same proceedings) doesn't open VLC:

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

Is it correct?

See my previous post how to create the command for any stream that rtmpdump supports:
http://stream-recorder.com/forum/sho...67&postcount=9

xellisss 04-16-2011 08:46 AM

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


 
Everything perfect!
Thank you thank you!

xellisss 04-16-2011 05:05 PM

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


 
Last question, if I can: but can I record while I watch by VLC??
Using VLC and not dos prompt for a recording test?:confused:
I use record button but it makes only VLC files, not mpg or avi?

decan_nr_i 05-01-2011 08:58 AM

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


 
i've tried all the metod posted until now on the site but in my case the streaming doesn't work
url: _http://www.dolcetv.ro/#tv-live-Dolce-Sport-2-107
rtmpe: rtmpe://fms3.mediadirect.ro:80/live3?id=20030129&publisher=2/dolcesport2
rtmpe link found with StreamTransport


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