Search found 7 matches

by AudioMan
Sun Mar 15, 2015 3:26 pm
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Re: Web Streams (with WAIT for download)

Thanks for the feedback!
I made a change in the above post to the script so that it follows redirects correctly which feedproxy.google.com feeds were having problems with.
by AudioMan
Sat Mar 14, 2015 7:12 pm
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Re: Web Streams (with WAIT for download)

[Edit: added URL redirection] Here's the script: #!/bin/bash # [downloadfirst.sh] A UMS/Jumpy Player for web.conf that downloads the URL first - 2015 AudioMan # Works on URLS that can be downloaded with curl, and use HTTP. Eg: videofeed.Web,TED=http://feeds.feedburner.com/tedtalks_video # Install by...
by AudioMan
Sat Mar 14, 2015 6:52 pm
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Re: Web Streams (with WAIT for download)

the last argument 'delay:buffer', and should give you a 20 second delay in UMS Thanks very much! That worked brilliantly! Something weird is happening if you use any single quotes near the edges of the double quotes - eg around ${outfile} : [+flipflop] cmd = pms addPlayer flipflop "ffmpeg -y -...
by AudioMan
Tue Mar 03, 2015 2:40 am
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Re: Web Streams (with WAIT for download)

Many thanks for your help! ;) I can confirm the MOOV is at the start (using qt-faststart --list), my assumption was from having tested ffmpeg from the command line, pointing it to the Ted url, and it only seemed to start processing once it had downloaded the entire file, which is the same command UM...
by AudioMan
Sat Feb 21, 2015 5:03 pm
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Download MP4 first (from Feed)

The question is, how can I get a download script (setup in Jumpy) to work on feeds in web.conf (see first post for TED example).
Should I be removing the listing from web.conf and get Jumpy to load the feed directly?
by AudioMan
Sat Feb 21, 2015 12:28 pm
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Jumpy?

I thought about using Jumpy to add a 'player' that downloads the file (http://skeptical.github.io/jumpy/scripts.html). You could then just play the local file in a client connected to UMS once is was downloaded. The problem is that Jumpy scripts seems to show up on local files (file > # transcode # ...
by AudioMan
Fri Feb 20, 2015 4:34 pm
Forum: Help and Support
Topic: Web Streams (with WAIT for download)
Replies: 11
Views: 26521

Web Streams (with WAIT for download)

Some MP4's in webfeeds never play because the whole file [edit: or enough of the file if the header is at the start] needs to be downloaded first. I'm wondering if there's a timeout in UMS to let it wait longer for the file to download, or if I can get Jumpy to do the downloading for me? [Edit: thin...