scivision / PyLivestream

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Apache License 2.0
706 stars 156 forks source link

Option pixel_format not found. #41

Open alonsoss opened 4 years ago

alonsoss commented 4 years ago

Hey guys! I'm getting an error (Option pixel_format not found.) when I try to stream a video to Restream.io. What can I do to solve this?

scivision commented 4 years ago

What FFmpeg version do you have?

bwees commented 4 years ago

I am having the same issue.

scivision commented 4 years ago

What PyLivestream command are you running? pixel_format is an option for the image2 decoder.

akshay-squareboat commented 4 years ago

@scivision I am using this command FileGlobLivestream call-of-duty-black-ops-4-battle-royale.mp4 aws-ivs

where aws-ivs is the configuration I have appended in the pylivestream.ini as follow

server: rtmps://whatver.global-aws.live-video.net/app/
key: ~/ivs.key

How to resolve this issue ?