I have this WP8.1 App "DreamWebTV" that apparently needs VLC to be active and HTTP & LUA interpreter with password active.
Mobile App seems to send the trans coding command to VLC with all the params like
Code: Select all
"transcode{vcodec=h264,vb=384,fps=25,width=640,height=360,venc=x264
{{profile=baseline,level=1}},acodec=mp3,ab=96,channels=2,samplerate=48000,scodec,soverlay}
:http{dst=:8080/140378593.ts}"
Code: Select all
http://srv:8001/1:0:1:11:3:F:FFFF0000:0:0:0:
How is above done? HttpAPI/ JSON?