Page 1 of 3

Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Wed May 21, 2014 9:32 am
by djmicl
Hi everyone,
I hope, I could get an answer here, before I try to root my new TV although my goal could be not achieved :roll:

I want to stream my tv-channels from my receiver (VU Solo2) via mediatomb an bhtuner (apps on the box) to my separate Samsung-TV in the sleeping-Room.
I see the media-tomb-"server" on the tv an can even select the "channels" which are shown as m3u-files.
But trying to play them, the tv says: "Dateiformat wird derzeit nicht unterst?tzt" which means "this format is not yte supported".

On my pc or tablet I can run the m3u-files with vlc-player or etc., it works fine.

The TV also plays "*.ts"-Tracks , which I recorded with my receiver on USB-HDD via DLNA-Server (i can see my receiver as DLNA-Server on the TV) without probs.

Is there a way or an APP in the SamyGO-Universe to make the TV play m3u-files or should i stop here ?

Sorry for my bad english :mrgreen: , hope you?ll understand what I mean.
Thx, djmicl

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Tue May 27, 2014 12:16 pm
by djmicl
No one ??? :'(

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Mon Sep 01, 2014 2:42 pm
by stiaga
Hi,
i'm doing it with my Philips and LG TV with xupnpd that I installed in my dreambox (DM500HD).
BTW I tried the same configuration with a Samsung TV but it doesn't work.

I see also the mpegts patch, but I don't know if it is needed also for F series.
Does anyone of you know it?

In addition I found also that the streaming doesn't start because the TV wants to know the length of the video, so I found a patched xupnpd file.

Unfortunately I can't try every day because the TV is in my other house.
Could you try??

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 9:01 pm
by stiaga
Anyone?

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 9:19 pm
by zoelechat
It's possible to play m3u(8) channels using nStreamLmod widget for example.
MpegTS patch doesn't exist for F series because it's not necessary, and I'm not sure it was intended to do what you're expecting.
What was the question then? :)

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 9:22 pm
by stiaga
As I said,
I'm trying to streaming the channels from my dreambox to Samsung TV but when I click on a channel it gives an error that at this moment the format is not supported.
I read in this forum that it is due the fact the TV wants to know how long is the file.

Is it correct?

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 9:30 pm
by zoelechat
Honestly I have no idea, and I'm not sure there's a known solution here :)
If your streaming file can have some kind of network path (such as http,rtmp...), probably nStreamLmod would do the job.

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 9:45 pm
by sectroyer
stiaga wrote:As I said,
I'm trying to streaming the channels from my dreambox to Samsung TV but when I click on a channel it gives an error that at this moment the format is not supported.
I read in this forum that it is due the fact the TV wants to know how long is the file.

Is it correct?
m3u is a PLAYLIST file format. And not a VIDEO file format until you figure out what format for video files your dream box uses nobody will be able to help you :) Does this device use HTTP Live Streaming?

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 9:49 pm
by stiaga
Ya, HTTP streaming.
this is an example M3U playlist:

#EXTM3U name="Top Italia" plugin=dreambox type=ts
#EXTINF:0,Rai 1 HD
http://192.168.1.200/web/stream.m3u?ref ... 0000:0:0:0:

The video is in .TS format.

Re: Stream TV (m3u-files) on UE32F4570SSXZG ?

Posted: Thu Sep 04, 2014 10:16 pm
by sectroyer
stiaga wrote:Ya, HTTP streaming.
this is an example M3U playlist:

#EXTM3U name="Top Italia" plugin=dreambox type=ts
#EXTINF:0,Rai 1 HD
http://192.168.1.200/web/stream.m3u?ref ... 0000:0:0:0:

The video is in .TS format.
TS is not a format to be precise it's only container :) Now the question remains what is here:

Code: Select all

http://192.168.1.200/web/stream.m3u?ref=1:0:19:D49:1450:13E:820000:0:0:0:
Download it and post content :) Now we only know it's m3u file pointing to m3u file :D