Playing Dreambox .TS files?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
iMist Offline
Junior Member
Posts: 8
Joined: Jul 2007
Reputation: 0
Post: #11
I have the same problem in OSXBMC with .ts files recorded on my back-end media server with DVB-T receiver card. Symptom is it's buffering the file for a long time (several minutes) then just end buffering and returns to the file listing within XBMC without. I've been using VLC and XBMC on Xbox together with this back-end server for about 3 years and they've never had any problems playing these files.
find quote
iMist Offline
Junior Member
Posts: 8
Joined: Jul 2007
Reputation: 0
Post: #12
Wohoo! Nod

The ffmpeg update of the 0.5.0b4 release seems to have solved this issue. At least it now works for me. pasurimi, you might want to verify this as well.


Michael
find quote
pasurimi Offline
Junior Member
Posts: 8
Joined: May 2008
Reputation: 0
Post: #13
Big Grin Yes, XBMC 0.5.0b4 can play now Dreambox .TS files Nod
Thanks for resolving the problem!!
find quote
Crocodile Offline
Junior Member
Posts: 22
Joined: May 2008
Reputation: -10
Location: Varberg
Post: #14
Sorry to say the linux version is still not working as of svn build 13361 Sad
find quote
Crocodile Offline
Junior Member
Posts: 22
Joined: May 2008
Reputation: -10
Location: Varberg
Post: #15
And I was mistaken.. it plays .ts files fine now.. has to run ./xbmc.bin nowdays Smile

But browsing the dreambox got broken instead.
find quote
pasurimi Offline
Junior Member
Posts: 8
Joined: May 2008
Reputation: 0
Post: #16
Crocodile Wrote:...But browsing the dreambox got broken instead.
You mean browsing it with Filemanager or with Enigma2v0.1 plugin?
find quote
Crocodile Offline
Junior Member
Posts: 22
Joined: May 2008
Reputation: -10
Location: Varberg
Post: #17
Built a new version and now browsing works again.. streaming is still broken Sad
find quote
Crocodile Offline
Junior Member
Posts: 22
Joined: May 2008
Reputation: -10
Location: Varberg
Post: #18
I have found the problem why streaming does not work.
streamts (the streaming server on the dreambox) does not like when XBMC send http HEAD request. actually any HTTP request that streamts is not ready to stream with will will make streamts hang for an undetermined time, usually about 10 seconds.

Workaround:
XBMC/xbmc/FileSystem/FileCurl.cpp on line 670
if(m_url.Left(5).Equals("http:") || m_url.Left(6).Equals("https:"))

if you make this if statement fail if for instance there was m_url.Port we could skip this if the port is 31339 (default streamts port).
Currently I just make it fail but I guess other things will break Smile
find quote
pasurimi Offline
Junior Member
Posts: 8
Joined: May 2008
Reputation: 0
Post: #19
My primitive but perfectly functioning (without any any file-modifications) method to stream from Dreambox to XBMC:

- connect to the webinterface of Dreambox using a browser like Firefox
- generate an save (e.g. on dektop) different stream*.m3u files of your desired services (channels)
- simply open this stream*.m3u files with XBMCs filemanager and enjoy a perfect streamingNod

But this is not an elegant method -that's why i'm tryig to get Enigma2v0.1 plugin to stream from 7025 but still not succeeded. Can somebody help on this?
find quote
Crocodile Offline
Junior Member
Posts: 22
Joined: May 2008
Reputation: -10
Location: Varberg
Post: #20
I made a patch for the linux version to make tuxbox client work. it's much better Smile

Apply my patch and got video and add source.. choose browse and select tuxbox client instead of SMB. Then add IP user/pw to the dreambox and bom, you can now browse and play your favorite channels. Much better then going via firefox I think.

Patch is located at: http://sourceforge.net/tracker/index.php...tid=581840

Let me know if it works for you Smile
find quote