PDA

View Full Version : Help with streaming play


cerncern
02-28-2015, 03:13 PM
Hi everyone, my question is about the posibility to start automatically a streaming, I mean without the need of clicking in play button.

e.g. http://www.ondaazulmalaga.es/directo

I need to click play to start watching the channel.

Is it possible to write a url and streaming stars play automatically ?

Thanks in advance.

biezom
02-28-2015, 04:42 PM
Hi everyone, my question is about the posibility to start automatically a streaming, I mean without the need of clicking in play button.

e.g. http://www.ondaazulmalaga.es/directo

I need to click play to start watching the channel.

Is it possible to write a url and streaming stars play automatically ?

Thanks in advance.
hi
livestreamer "hds://http://dsn6jqegjeixj.cloudfront.net/ondaazul-live/video/manifest.f4m" best

or

php AdobeHDS.php --manifest "http://dsn6jqegjeixj.cloudfront.net/ondaazul-live/video/manifest.f4m" --play | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

start the video with vlc

cerncern
03-01-2015, 03:40 AM
Thanks a lot, I didn't know livestreamer and it's really amazing.