Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Playing online streaming in media players (http://stream-recorder.com/forum/forumdisplay.php?f=77)
-   -  

vto.tv channel streams

(http://stream-recorder.com/forum/showthread.php?t=10882)

solotak 01-27-2012 07:21 PM

vto.tv channel streams


 
Hi,

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.

What do you guys think?

Thanks for looking :)
Any ideas?

daffymarco 03-28-2012 02:39 PM

Re: vto.tv channel streams


 
I 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.