Znida Posted November 17, 2014 Posted November 17, 2014 Hi, I am a new forum user and old DVBViewer user Recently I started using DVBViewer Recording Service, mainly for transcoding to VLC and my Android devices. It is working very well (I used to use VLC and some custom PHP script I wrote, but this is more effective way now). I only would like an option to tell Recoding service on which port should it output stream (stream is changed to mp4 h264). I dont't want to open port 8089 to outside, I would only like some limited port just for media output (like 7522 live stream). Is this possible? Also I would recommend to implement on Streaming Config an option to open m3u channellist with transcoding enabled (I made a list manually, but any change will have to remake it). My DSL line is only 1Mbit upload and I have to transcode to be able to watch away from home. Stream I use now: http://myserverip:8089/flashstream/stream.mp4?Preset=15&aspect=16%3A9&ffPreset=medium&maxwidth=&maxheight=&chid=0 Transcoding settings: [VLC send 512 kbit]Cmd=-threads {threads} {offset} {realtime} -i "{infile}" -threads {threads} -f mpegts -vcodec libx264 -bufsize 1024k -b:v 470k -bt 520k {framerate} -map 0:0 -map 0:1 -vf "yadif" -preset {vpreset} -tune film -vprofile baseline -level 30 -acodec libmp3lame -ab 96k -ar 44100 -ac 2 -async 1 -y "{outfile}"maxWidth=1024maxHeight=576MimeType=video/mp4Ext=.mp4Bitrate=512
mague Posted November 18, 2014 Posted November 18, 2014 Sure its possible http://en.DVBViewer.tv/wiki/Options_Service_-_Web/UPnP
Znida Posted November 18, 2014 Author Posted November 18, 2014 Thank you for your reply, but I don't know what you were referring to? If I enable uPnP i still need to use port 8089 to control. dont even know how to use uPnp in this regard.
Znida Posted November 18, 2014 Author Posted November 18, 2014 Maybe I wasn't clear enough. I would like to set port X(lets say 8090) for flashstream/stream and leave port 8089 for web interface and such. Then would open port X to Internet to access that stream without access to web interface, kind of security thing.
Recommended Posts