Dreambox streaming expert needed!!

pixelworks

Member
Joined
Jun 1, 2010
Messages
4
Reaction score
0
Points
0
Age
52
My Satellite Setup
Dreambox 800HD, Mac
My Location
Sweden
PLEASE HELP!!

I have been trying to get this to work for ages now - my situation is that I'm on a Mac and therefore can't use DreamView.

Could som kind soul please make me a step by step guide as of how to set this up with a Dreambox 800HD and VLC 1.1.0 so that I can access my streamed/transcoded tv signal on the WAN?

I have forwarded the following ports:

80 -> Dreambox
21 -> Dreambox
8001 -> local pc running transcoding VLC
8080 -> local pc running transcoding VLC
1234 -> local pc running transcoding VLC

Both Dreambox and PC are on a wireless LAN. I have set up a DNS (DynDns), and can get a hold of my Dreambox Webcontrol outside my LAN.

Are my ports forwarded correctly?
Do I need to install/set something up on the Dreambox itself?
How do I configure VLC v1.1.0 to transcode correctly?

What do I need to do, to get this to work?

Thanks in advance!
 

jeremys

Member
Joined
May 21, 2009
Messages
1
Reaction score
0
Points
0
Age
51
My Satellite Setup
7025
My Location
europe
jeejee.. "Do I need to install/set something up on the Dreambox itself?" no

this streams to port 7165 (nat it) selected ChannelREF with mp4.
Do .cmd file from this and find prosess.exe file somewhere from google...

Code:
c:\process.exe -k vlc.exe
"C:\Progra~1\VideoLAN\VLC\vlc.exe" -I http -vvv _http://boxip:8001/channelREF --sout=#transcode{acodec=mp3,vcodec=mp4v,ab=60,vb=1300,scale=0.50,deinterlace,fps=25,channels=1,width=512,height=384}:std{access=http,mux=ts,dst=0.0.0.0:7165} 
exit
 
Top