How to get the rtmp address for the direct-url ?
Home › Forums › Third Party Enhancements › VLC Shares › How to get the rtmp address for the direct-url ?
- This topic is empty.
-
AuthorPosts
-
April 22, 2011 at 12:57 pm #23573Molle71Participant
Hi,
I would like to watch videos streamed on-line but I am not able to find/define the correct rtmp adress to use as direct-url. Which command line/application should I use ?
Thanks in advance for your Help !
BTW vlc-shares 0.5.4 is great, I was the first one to download it and it corresponds exactely to what I was looking for !!!! You have done a great job !
April 22, 2011 at 3:20 pm #28987zany130ParticipantThere is the “add RTMP Stream” wizard in the Online Library Management page (http://192.168.1.1/vlc-shares/onlinelibrary/addrtmp). The params you need to set here are the same you have to use usually with rtmpdump. I forward you to read the rtmpdump documentation for information about the params.
Not every type of stream require all params. For example for the Cielo stream, only RTMP URL is required and the is-live flag enabled. Other stream type could require more “love”: for example, hulu streams require lot of params and some of them must be generated on the fly (hulu is unsupported by rtmpdump right now, it’s just an example).
There are a lot of program for RTMP stream url grabbing. For example: http://stream-recorder.com/forum/showthread.php?t=4148.
Stream-recorder.com forum has a lot of documentation and tips. Give a look to it
April 22, 2011 at 6:36 pm #28988Molle71ParticipantHi,
I tried the different tools and it’s very difficult to get the rtmp address and to configure it properly in vlc-shares. Do you think that it’s possible to do a cmd dos executable to get the rtmp when we have rtmpsrv installed. Can you also provide some examples of rtmp website with their parameters. I insist on this feature because I think that it can be a huge feature.
Thanks in advance for your feedback
April 26, 2011 at 6:44 am #28989zany130ParticipantThe web is already full of tips about this, you have only to use Google.
April 26, 2011 at 10:17 am #28990Molle71ParticipantHi,
I found a simple & free tool to find the url (http & rtmp) of a web video. It’s “URL Helper” and it can be found in the following url: http://www.urlhelper.com/
It works for the http url but I am still struggling with the rtmp link. For instance for itele (http://www.itele.fr/direct) i get the following link: rtmp://cp59069.live.edgefcs.net:1935/live?ovpfv=1.1Flash-Itele-800@8998 http://player.canalplus.fr/site/flash/player.swf http://www.itele.fr/direct
I tried to put this adress but it didn’t work. Can you try it and make a sreenshot of the parameters you have used ?Thanks in advance
April 26, 2011 at 12:35 pm #28991Molle71ParticipantBTW, when I launch a RTMP link, I get the following apache error message :
[Tue Apr 26 14:26:05 2011] [error] [client 192.168.0.4] PHP Notice: Undefined offset: -1 in C:\Program Files\VLCShares\vlc-shares\library\X\Vlc\Adapter\Windows.php on line 33
[Tue Apr 26 14:26:05 2011] [error] [client 192.168.0.4] PHP Notice: Undefined offset: 2 in C:\Program Files\VLCShares\vlc-shares\library\X\Vlc\Adapter\Windows.php on line 36Regards
April 26, 2011 at 3:16 pm #28992zany130ParticipantPHP Notice != errors …
Anyway:
$ rtmpdump -r "rtmp://cp59069.live.edgefcs.net:1935/live?ovpfv=1.1" -y "Flash-Itele-800@8998" -s "http://player.canalplus.fr/site/flash/player.swf" -p "http://www.itele.fr/direct" -o test.flv
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
Read these
http://stream-recorder.com/forum/rtmpexplorer-rtmpsrv-rtmpdump-gui-t8504.html
http://stream-recorder.com/forum/tutorial-simply-use-rtmpsrv-and-example-t6325.html
-
AuthorPosts
- The forum ‘VLC Shares’ is closed to new topics and replies.