Add camera play stream support to roku#64153
Conversation
|
@lvcabral have you noticed a need to specify videoFormat (hls or mp4) with HLS from camera? have you tried it with playonroku? https://developer.roku.com/docs/developer-program/getting-started/architecture/content-metadata.md#playback-configuration-attributes is what i based the MediaType possible values on. (StreamFormat) it seems it defaults to "H.264/AAC in .mp4" but in a few tests it seemed to auto handle with no MediaType set. can you try with your media sources and see what behavior you get. would it be best to just pass "hls" either way? |
|
going to just go with always specifying "hls" here because that's the format we are getting from stream. |
I think is a good decision, If you do not tell Roku what is the type it normally figure it out, but I noticed for |
Breaking change
Proposed change
Allows users with camera and stream setup to cast to roku using
camera.play_streamover HLS streams.Type of change
Additional information
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: