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
  #1  
Old 04-14-2011, 07:36 AM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Default

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!
Reply With Quote
  #2  
Old 04-14-2011, 12:23 PM
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?


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" -
Reply With Quote
  #3  
Old 04-14-2011, 12:28 PM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: watch a rtmpt streaming with vlc?


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



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
Reply With Quote
  #4  
Old 04-14-2011, 12:29 PM
Stream Recorder
 
Posts: n/a
Default

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!
Reply With Quote
  #5  
Old 04-14-2011, 06:35 PM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Red face

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)...
Reply With Quote
  #6  
Old 04-14-2011, 07:19 PM
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?


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
Reply With Quote
  #7  
Old 04-14-2011, 07:21 PM
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 Stream Recorder View Post
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?
Reply With Quote
  #8  
Old 04-15-2011, 01:30 AM
Stream Recorder
 
Posts: n/a
Default

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by xellisss View Post
? 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.
Reply With Quote
  #9  
Old 04-15-2011, 01:43 AM
Stream Recorder
 
Posts: n/a
Default

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by xellisss View Post
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.
Reply With Quote
  #10  
Old 04-15-2011, 01:46 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?


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.

Last edited by KSV : 04-15-2011 at 03:28 AM. Reason: Added info
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 01:12 PM.


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