Andreas B

Results 5 issues of Andreas B

As more and more util and helper plugins are released, the next logical step would be to add a form of dependency system where you could declare other plugins that...

type: enhancement
status: delayed
category: core
category: plugins
category: major

**Describe the bug** When hardcoding a transcoding profile to fmp4 over HLS the chromecast locks up completely ``` { Container: "mp4", Type: "Video", AudioCodec: "aac", VideoCodec: "h264", Context: "Streaming", Protocol:...

bug

**Describe the bug** Receiver reports incorrect progress when playback stops. It seems the request payload to `Sessions/Playing/Stopped` always contains `PositionTicks: 0` no matter the actual progress. `reportPlaybackStopped` in `src/components/jellyfinActions.ts` is...

bug

Relevant doc: https://developers.google.com/cast/docs/web_receiver/queueing We can get the playbackInfo of multiple items and populate the queue by sending multiple ids to `{{baseUrl}}/Items?`. While not an optimal solution since we're sending deviceprofile...

enhancement

TTML is supported on all video clients according to https://developers.google.com/cast/docs/media Does the server support it?

enhancement