Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Media file management > Media players and codecs
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 04-15-2011, 06:11 AM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Smile

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?
Reply With Quote
  #12  
Old 04-15-2011, 06:22 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by xellisss View Post
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.
Reply With Quote
  #13  
Old 04-15-2011, 06:32 AM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Default

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by KSV View Post
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
Reply With Quote
  #14  
Old 04-15-2011, 07:15 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Lightbulb

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.
Reply With Quote
  #15  
Old 04-15-2011, 04:46 PM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Lightbulb

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by KSV View Post
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!

Last edited by xellisss : 04-15-2011 at 05:55 PM.
Reply With Quote
  #16  
Old 04-16-2011, 01:32 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by xellisss View Post
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 View Post
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 View Post
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.

Last edited by KSV : 04-16-2011 at 04:34 AM. Reason: Typo
Reply With Quote
  #17  
Old 04-16-2011, 02:01 AM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by xellisss View Post
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
Reply With Quote
  #18  
Old 04-16-2011, 09:46 AM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Default

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


Everything perfect!
Thank you thank you!
Reply With Quote
  #19  
Old 04-16-2011, 06:05 PM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Default

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?
I use record button but it makes only VLC files, not mpg or avi?

Last edited by xellisss : 04-16-2011 at 07:11 PM.
Reply With Quote
  #20  
Old 05-01-2011, 09:58 AM
decan_nr_i decan_nr_i is offline
Junior Member
 
Join Date: May 2011
Posts: 3
decan_nr_i is on a distinguished road
Angry

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
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 06:24 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons