[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
I thought you were trying to use a Raspberry PI for all that, so nevermind, we have different needs. Since you probably use Windows, you could solve it simpler, by looking into the command-line options for VLC - actually being able to start VLC with streaming and transcoding on a specific channel.

You could create a simple script (or put it in a software of your choice), in which as a first step you zap to a channel and then launch VLC to stream and transcode it automatically:

something like:
Code:
c:\progra~1\videolan\vlc\vlc.exe -vvv http://IP_OF_DREAMBOX:8001/1:0:1:2DC7:1A2C:FBFF:820000:0:0:0: --sout=#transcode{vcodec=h264,vb=450,scale=1,acodec=mp4a,ab=32,channels=1,samplerate=11025,deinterlace}:http{mux=ts,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :ttl=3 :sout-keep

i.e., the above starts vlc and transcodes it to a bitrate usable on 3G.

But we are a bit off-topic, the thing is to do all this using xbmc somehow...
Reply


Messages In This Thread
RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - by cocomic - 2012-10-25, 15:24
Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217