Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Hardware > DM7025
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-19-2007
Registered User
 
Join Date: Apr 2006
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
poiuytrewq is on a distinguished road
Dm7025: Divx, Streaming workaround.

For those of you who have been trying to watch divX files or media streams on their DB 7025s, a solution is at hand...

Basically, using VLC to transcode on the fly, you can create a .ts file that can be read in the media player on your dm7025.

Thanks to a bloke on ihad:

---------------------------------
First do the following on the PC:

1. Make a shared directory 'DreamShare'
(e.g. to 'D:\MyVideos\DreamShare')

2. Install the VideoLAN 'VLC mediaplayer' (version 0.8.6)
Download it here: http://www.videolan.org/

3. Place a new bat-file (e.g. 'makestream.bat') on your desktop with the following (this is one single command!):
quote:
"%ProgramFiles%\VideoLan\VLC\vlc" -vvv %1 :sout=#transcode{vcodec=mp2v,vb=3072,scale=1,acode c=mp2a,ab=192,channels=2}:duplicate{dst=std{access =file,mux=ts,dst="D:\MyVideos\DreamShare\stream.ts "}}

4. Drag and drop some playable video file (e.g. 'myvideo.avi') on this bat-file!!!

VLC mediaplayer should start now and start encoding the file 'stream.ts' in the shared directory. It may take some time to encode but as long as it encodes fast enough you can play it immediately!

On the DM-7025 do the following:

1. Use the 'Automount editor' in the Gemini blue-panel and mount the shared directory:
quote:
Mountpoint : DreamShare
Type : cifs
Options : ro,nolock
Server : <ip-address-of-your-pc> (e.g. 192.168.123.151)
Share : /DreamShare

After making the mount, check if it is created by checking the 'media player'. You could play stream.ts from here, but I decided the movie player is easier to use.

2. To use the movie player do the following:
If the file 'stream.ts' exists in the share directory exists start a telnet session to your dreambox and type:
quote:
cd /hdd/movie
ln /automount/DreamShare/stream.ts stream.ts

If all went well, open the 'Movie list' on your DM-7025 and scroll to the bottom. There you find '/hdd/movie/stream.ts'!! smile
You can play this like any movie. So stop it and continue later at the same time etc. cool

So next time you want to view a file from your PC on your Dreambox just drag the file on the 'makestream.bat' and immediately you can start playing '/hdd/movie/stream.ts' like any recorded movie!

-----------------------------------

My own variation, from playing today is one that puts the file directly on the dreambox rather than the PC drive.

Put this line in a .bat file and drag a DIVX onto it:

"%ProgramFiles%\VideoLan\VLC\vlc" -vvv %1 :sout=#transcode{vcodec=mp2v,vb=3072,scale=1,acode c=mp2a,ab=192,fps=24,chan
nels=2}:duplicate{dst=std{access=file,mux=ts,dst=" 'Z:\movie\%~n1.ts"}}

If you have mapped the hdd/movies/ directory to the z: diretory on your PC using Samba then this will take a DivX file or any other kind of file and transcode and put it directly on the dreambox in the movies directory with its file name intact. Eg. panda.avi is transcoded and becomes panda.ts in the dreambox movie list.

For streaming it is slower than doing it directly onto your own PC (so it is necessary to allow the file to buffer for a while) but it allows you to build up a divX movie library on the dm7025 hdd.

If anyone knows anything about writing interfaces at the dreambox end, it would be great to be able to browse files on the PC and then use a script to get VLC on the PC automatically transcode them and put them on the dreambox using this method.

I have also been experimenting with live web streams - this is done by putting the URL in the syntax where %1 is in the examples above. A pretty good trick to be able to stream them - although i have found that allowing them (or any other files to buffer for a while) makes all the difference to pic quality. Is it possible to set an buffer settings at the dreambox end?

NOTE: When making the .bat the whole string beginning with ":sout" is one long word - NO SPACES after that

p.

PS A variation on this should work on other dreamboxes, although the alternative methods (such as streaming using the web interface) are more advanced.
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 01-19-2007
Registered User
 
Join Date: Jan 2004
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
papako is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

Hi,
I will try this at home, but can you give me instruction how to make a command to pay a movie with subtitles.
I don’t care for drag and drop so I can modify the bat file every time.

Thank you for your time and your willing to share this with us
Reply With Quote
  #3 (permalink)  
Old 01-20-2007
Registered User
 
Join Date: Apr 2006
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
poiuytrewq is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

Quote:
Originally Posted by papako
Hi,
I will try this at home, but can you give me instruction how to make a command to pay a movie with subtitles.
I don’t care for drag and drop so I can modify the bat file every time.

Thank you for your time and your willing to share this with us
The answer is probably in the options on this page =

http://www.videolan.org/doc/streamin...o/en/ch03.html

If you get it working, can you report back and let us know!

p.
Reply With Quote
  #4 (permalink)  
Old 03-02-2007
Registered User
 
Join Date: Jan 2004
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
papako is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

well poiuytrewq,
I made a change to your command line and now vlc can use subs as well (subs must have the same name with the avi file and no spaces)

"%ProgramFiles%\VideoLan\VLC\vlc" -vvv %1 :sout=#transcode{vcodec=mp2v,vb=3072,scale=1,acode c=mp2a,ab=192,channels=2,soverlay}:duplicate{dst=s td{access=file,mux=ts,dst="D:\MyVideos\DreamShare\ stream.ts"}}


and also if you change the dst="D:\MyVideos\DreamShare\stream.ts" with
dst="%1.ts" it will give you a ts file with the same name as the original.

you must know that you save me a lot of money with this. thanks again
Reply With Quote
  #5 (permalink)  
Old 03-02-2007
kosmo's Avatar
Registered User
 
Join Date: Oct 2003
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
kosmo is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

some instraction how to make this Bat.file or if you can upload here .
thanks in advance

kosmo
Reply With Quote
  #6 (permalink)  
Old 03-03-2007
Registered User
 
Join Date: Apr 2006
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
poiuytrewq is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

You can make a .bat file simply by using a text editor. Paste the text into a text file (using notepad on the pc is probably the easiest) and then save it with the extension .bat eg. select Save As "dreamstream.bat"

p.
Reply With Quote
  #7 (permalink)  
Old 03-03-2007
kosmo's Avatar
Registered User
 
Join Date: Oct 2003
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
kosmo is on a distinguished road
Thumbs up Re: Dm7025: Divx, Streaming workaround.

Quote:
Originally Posted by poiuytrewq
You can make a .bat file simply by using a text editor. Paste the text into a text file (using notepad on the pc is probably the easiest) and then save it with the extension .bat eg. select Save As "dreamstream.bat"

p.
Thanks

kosmo
Reply With Quote
  #8 (permalink)  
Old 04-01-2007
Registered User
 
Join Date: Sep 2004
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
vangos75 is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

I am using gemini 2.2 for 7025. i am trying to stream image on my computer using enigma webinterface 2 and is impossible. i downloaded vlc

thanks
evans
Reply With Quote
  #9 (permalink)  
Old 08-16-2007
pcd pcd is offline
Registered User
 
Join Date: Jul 2004
Posts: 708
Thanks: 0
Thanked 5 Times in 5 Posts
pcd is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

[/quote]

Originally Posted by poiuytrewq

If anyone knows anything about writing interfaces at the dreambox end, it would be great to be able to browse files on the PC and then use a script to get VLC on the PC automatically transcode them and put them on the dreambox using this method.

[/quote]

I made a small E2 plugin for this, find it here :-

http://www.dream-multimedia-tv.de/bo...?threadid=4938

Cheers, pcd.
Reply With Quote
  #10 (permalink)  
Old 10-10-2008
Registered User
 
Join Date: Oct 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Flipje is on a distinguished road
Re: Dm7025: Divx, Streaming workaround.

A late reply. Found this thread via Google.
I tried the second script but I got an error:

Quote:
Unable to open 'c=mp2a,ab=192,fps=24,channels=2}:duplicate{dst=st d{access=file,mux=ts,dst= '\\Dreambox\harddisk\movie\Little.Britain.USA.S01E 02.HDTV.XviD-SYS.ts}}'
I have a dm7025 and used VLC version 0.8.6e

Do you have any ideas??
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
dreambox newbie - divx streaming help pls foxguy Newbie Forum 5 09-27-2006 07:32 PM
Sci Bug Dm7025 komiatid DM7025 2 08-16-2006 02:50 AM
Workaround? for out of synch bullz_text... Macallan Plugins 0 09-17-2005 12:37 AM
Camd3 723a - clear to crypt workaround DB7020 speedo Dreamulators 3 05-05-2005 03:04 AM
Dr. DivX V1.02 Create DivX mpeg files MrBandwidth Applications Support 3 08-19-2003 12:02 PM


All times are GMT +10. The time now is 10:25 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.32044 seconds with 10 queries