Web Streams (with WAIT for download)

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: Web Streams (with WAIT for download)

Post by infidel »

! added a priority setting to addPlayer (0=first, -1=last) as the last argument, so to set downloadfirst as a second-priority #--TRANSCODE--# folder player include all arguments in jumpy-scripts.ini (note the -1 at the end):

Code: Select all

[+downloadfirst]
cmd = pms addPlayer downloadfirst "[/path/to/downloadfirst.sh , ${filename} , /path/to/outdir , ${outfile}]" "f:http m:video/mpeg" PMS_VIDEO PMS_MISC_PLAYER "Watch and save" #raspberry 0:1 -1
Current dev version of jumpy including all above-mentioned player/vmsg fixes:
jumpy-0.3.4b-dev-150315.zip
unzip to the plugins folder
Wolfgan
Posts: 370
Joined: Fri Feb 08, 2013 12:33 am

Re: Web Streams (with WAIT for download)

Post by Wolfgan »

Outside of jumpy plugin, does anyone know how web.conf streams interacts with the renderer.conf for transcoding?

I have a VLC generated stream that's compatible with my renderer and I want it to be discovered by the renderer via DLNA using UMS. But when I play it, UMS always launch ffmpeg to transcode it.
Is there any place to force config and avoid it to be transcoded and simply remuxed/streamed?
Thx, Wolf.
-- UMS serving PS3, WDTV, Samsung H6400 + J5500 and Kalemsoft renderers! (no video transcoding but remuxing accepted :D )
Post Reply