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.

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

KSV 05-01-2011 10:22 AM

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


 
Code:

rtmpdump -r "rtmpe://fms30.mediadirect.ro:1935/live3/dolcesport2?id=20054597&publisher=2" --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Stream Recorder 05-02-2011 02:39 AM

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


 
Quote:

Originally Posted by decan_nr_i (Post 28419)
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

http://stream-recorder.com/forum/sho...67&postcount=9

LuckyLoader 05-03-2011 10:30 PM

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


 
The stream doesn't start in VLC. What's wrong?

rtmpdump -r "rtmp://85-197.yycast.com/live/_definst_" -W "http://img.yycast.com:805/player-licensed.swf" -p "http://www.yycast.com/AdamskiTVTest" -y "AdamskiTVTest" -o - -v | F:\Programme\VLC\vlc.exe -

KSV 05-04-2011 12:09 AM

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


 
Code:

rtmpdump -r "rtmp://85-102.yycast.com/live/AdamskiTVTest" -W "http://img.yycast.com:805/player-licensed.swf" -p "http://www.yycast.com/AdamskiTVTest" --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

LuckyLoader 05-04-2011 09:55 AM

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


 
Doesn't work even though your cmd line should be correct. You shouldn't use --quiet though. It suppresses errors and does not change pipe output anyway.

VLC v1.1.9 has problems with the stream. Mplayer accepts it without problems though. I posted that in the vlc forum as well. Not sure if they will fix it. Maybe an older vlc version works. Not tested yet.

The problematic stream can be found here for some hours:
rtmpdump -r "rtmp://m1.d1.yatv.ru/live/adamski/p/2864dc15b927b4b3" -a "live/adamski/p/2864dc15b927b4b3" -f "WIN 10,2,159,1" -W "http://player.longtailvideo.com/player.swf" -p "http://adamski.tv/BB.html" -y "AdamskiTV" -o - | "F:\Programme\VLC\vlc.exe" -

If the link expires it can be obtained on admaski.tv (note: offensive ads) with rtmpexplorer.

KSV 05-04-2011 11:22 AM

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


 
I always test my commands before posting. the above posted command was working. following command is also working atm.

Code:

rtmpdump -r "rtmp://m1.d1.yatv.ru/live/adamski/p/b824dc1799d1f4cd" -a "live/adamski/p/b824dc1799d1f4cd" -W "http://bitcast-ap.bitgravity.com/playerltv/player.longtailvideo.com/player.swf" -p "http://www.adamski.tv/BB.html" -y "AdamskiTV" --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

LuckyLoader 05-04-2011 11:57 AM

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


 
What's your VLC version? Mine is v1.1.9.

KSV 05-04-2011 12:00 PM

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


 
Quote:

Originally Posted by LuckyLoader (Post 28632)
What's your VLC version? Mine is v1.1.9.

VLC 1.1.8

LuckyLoader 05-04-2011 01:02 PM

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


 
V1.1.9 bug. Works here with v1.1.8 as well. Thanks for testing.
It only affects this stream so far though. I've tested other ones that do work over rtmpdump pipe and v1.1.9.

CooLAmy 07-25-2011 01:16 PM

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


 


and im using
call rtmpdump --live -r "rtmp://live.yycast.com/lb/Kw7TSpfKV1WuzHO.flv" -p "http://yycast.com/" -W "http://yycast.com/player/player-licensed.swf" -q | %vlc% -

but its not working can anyone tell me best way

thanks

chap 07-25-2011 01:34 PM

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


 
Code:

rtmpdump -r "rtmp://68.68.22.73/live/_definst_" -a "live/_definst_" -f "WIN 10,3,181,34" -W "http://yycast.com/player/player-licensed.swf" -p "http://yycast.com/Kw7TSpfKV1WuzHO" -y "Kw7TSpfKV1WuzHO" --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

CooLAmy 07-25-2011 01:43 PM

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


 
thanks
chap
but can u tell me how do u get
rtmp://68.68.22.73/live/_definst_
this?

chap 07-25-2011 01:59 PM

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


 
Quote:

Originally Posted by CooLAmy (Post 31225)
thanks
chap
but can u tell me how do u get
rtmp://68.68.22.73/live/_definst_
this?

use rtmpsusk(rtmpexplorer.exe>close rtmpsrv.exe>open rtmpsusk.exe)

CooLAmy 07-25-2011 02:09 PM

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


 
Quote:

Originally Posted by chap (Post 31226)
use rtmpsusk(rtmpexplorer.exe>close rtmpsrv.exe>open rtmpsusk.exe)

thanks mate
fixed

chap 07-25-2011 02:29 PM

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


 
Quote:

Originally Posted by CooLAmy (Post 31227)
i got new ip in this time

it does not matter can download

deshardiii 04-07-2012 04:50 AM

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


 
Quote:

Originally Posted by chap (Post 31226)
use rtmpsusk(rtmpexplorer.exe>close rtmpsrv.exe>open rtmpsusk.exe)

Helped alot!

Dee Jay 12-12-2012 04:50 AM

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


 
How to watch RTMP/RTMPE/RTMPT streaming with vlc using rtmpdump on Android?
Please HELP!

triip 07-06-2015 09:03 AM

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


 
How to watch that RTMPE ?

rtmpe://134.19.185.181:1935/live/wcenter

Link came from here: http://www.realstreamunited.com/tenn...ing-video.html

I have tried all the possible combinations found here but no luck. Only got terminal error "main stream error: cannot pre fill buffer"


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