Streaming from the Cloud to Samy or so

Here for general support for B series TVs, request and problem solve area.
Post Reply

User avatar
boxbuchse
Posts: 24
Joined: Sun Jun 10, 2012 1:47 pm

Streaming from the Cloud to Samy or so

Post by boxbuchse »

Hi,

this is not really a Samsung nor a B Series only topic. (@admin, move if)

I'm sitting very often on my laptop and surfing the Web and find
some interesting videos which i don't want to watch on the laptop.
Better on TV, Phone or what ever.

So i wrote this little JavaScript, it's a Bookmarklet

Code: Select all

javascript:(function(){$.post('http://playlist.square7.ch/insert.php?playlist=SamyGO',$jw().config,function(data){alert(data);});})();
and it's kinda cool ;)

It works at the moment only on streamcloud.eu (MP4). But it would possible on every streaming platform on Web
which streams direct files (mp4, flv ..) mostly via flash but not rtmp protocol.

How it works:
When you are on e.g. movie-stream or other sites (i recommend a adblocker) and click
the movie you want and they redirect you to streamcloud. Then you wait the 10s and you see the movie-player.
Then you press the Bookmarklet and it find out the Streaming file (url) and save it in your playlist.
Now you can stream it were you want: TV, Phone or what ever.
You need to add on you device only a RSS podcast or a permanent latest url which redirect you to your last bookmark.

What's to do (step by step):
1. Go to http://playlist.square7.ch and set a playlist name.
(It should unique like a password for your playlist)
2. Bookmark the now personal Bookmarklet [Save file] for your playlist.
3. Use the Bookmark, that you have something in your playlist
4. Use now the [RSS feed] or the [Last Video] link in your player

Its important that you use the same connection with your laptop and the player, because they authorize the
file only for your IP. If you are on the same Wifi or LAN it should be fine.
The file link you saved is only valid for some hours but i use the "Red Button" Tool and WGET to download it on my Samy.

i hope someone can use it like me
LExxB650 T-CHL7DEUC-2005.0 telnet, ext3 hdd, ArFIX
User avatar
boxbuchse
Posts: 24
Joined: Sun Jun 10, 2012 1:47 pm

Re: Streaming from the Cloud to Samy or so

Post by boxbuchse »

Hi,

it works with DriveCast and Samsung YouTube Widget on B Series!
for YouTube you should use a bookmark file like this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:gml="http://www.opengis.net/gml" xmlns:georss="http://www.georss.org/georss" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:gd="http://schemas.google.com/g/2005" version="2.0">
<channel>
<item>
<title><![CDATA[Latest SamyGO]]></title>
<description>The Last Video url you bookmarked.</description>
<guid>http://gdata.youtube.com/feeds/api/videos/A6XUVjK9W4o</guid>
<pubDate>Tue, 22 Jan 2013 12:00:11 +0000</pubDate>
<atom:updated>2013-01-30T13:42:26.000Z</atom:updated>
<media:player url="http://www.youtube.com/watch?v=A6XUVjK9W4o&feature=youtube_gdata_player"></media:player>
<media:content url="http://playlist.square7.ch/last.php?playlist=SamyGO" type="video/mp4" duration="279"></media:content>
<media:thumbnail url="http://forum.samygo.tv/styles/prosilver/imageset/site_logo.png"></media:thumbnail>
<media:keywords></media:keywords>
<yt:statistics viewCount="20298857"></yt:statistics>
<gd:rating average="4.861082"></gd:rating>
</item>
</channel>
</rss>
you can change the playlist name in http://playlist.square7.ch/last.php?playlist=SamyGO

unfortunately both DreamCast and YouTube plays only full aspect ratio like 16:9 but
in TV Shows like Big.Bang.Theory it works like charm.
LExxB650 T-CHL7DEUC-2005.0 telnet, ext3 hdd, ArFIX

Post Reply

Return to “[B] Support”