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 Thanks for looking :) Any ideas? |
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> |
All times are GMT -6. The time now is 07:51 PM. |