Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
vto.tv channel streamsHi,
I'm happy to have stumbled upon this community and interested in gathering direct stream links. I'm looking at how to view www.vto.tv channel streams directly. I'm hoping to find a way to view these on VLC player and hopefully view this on the IPAD 2. It looks like this site use pretty tight methods in hiding the url and bypassing the website to view the streams, but surely there must be a way? Another site appears similar to the same structure or maybe affiliated is www.canaistv.net So far using URL snooper i have only fetched a stream with the HBO channel: Code:
rtmp://174.36.1.103:1935/liverepeater/_definst_/master10 http://www.cdnbr.biz/mastertv/HBO.html (if i open this in new firefox tab it works on its on. But as soon as i close the original vto.tv site then using direct link gives a forbidden page) http://www.cdnbr.biz/swf/player.swf (appears to be required in order to play the video succesfully) http://www.cdnbr.biz/mastertv/HBO.html (not sure about this) http://schemas.xmlsoap.org/soap/envelope http://schemas.xmlsoap.org/soap/encoding These are possibly the security hiding methods. Thanks for looking Any ideas? |
#2
|
|||
|
|||
Re: vto.tv channel streamsI also am trying without success. I was trying to make a page of TV for me and remove some of those advertisements over but it always returns: Connection failed: Aplication reject connection.
Follow the way I'm doing: <!DOCTYPE html> <html> <body> <script type='text/javascript' src='jwplayer/jwplayer.js'></script> <div id='mediaplayer'></div> <script type="text/javascript"> jwplayer('mediaplayer').setup({ 'id': 'playerID', 'width': '480', 'height': '270', 'provider': 'rtmp', 'streamer': 'rtmp://174.36.1.103/aovivo/&autostart=true&stretching=exactfit', 'file': 'master04.flv', 'image': 'logo.png', 'modes': [ {type: 'flash', src: 'jwplayer/player.swf'}, { type: 'html5', config: { 'file': 'master04.flv', 'provider': 'video' } }, { type: 'download', config: { 'file': 'master04.flv', 'provider': 'video' } } ] }); </script> </body> </html> |
Tags: channel, direct stream, live stream, vertv, vto |
Thread Tools | |
Display Modes | |
|
|