[FFmpeg-user] appending an HTTP session ID to HLS stream

Joe Letizia letiziajm at gmail.com
Wed Sep 7 20:17:50 EEST 2016


Is there an option to provide a session ID with FFmpeg when streaming an
HLS playlist?

Command I am using to stream (info redacted):

*ffmpeg -re -i https://<URL HERE>/<PLAYLIST>.m3u8\?session\=<SESSION KEY
HERE> output_file.mp4*

Based on the output that I'm getting back, ffmpeg is just attempting to
load the ts file, without passing on the session ID:

*Error when loading first segment 'https://<URL>/<STRUCTURE>/<HERE>/<TS
FILE NAME HERE>.ts'*

Any ideas? Or am I all out of luck?


More information about the ffmpeg-user mailing list