media-framework icon indicating copy to clipboard operation
media-framework copied to clipboard

Kaltura Live Media Framework

Results 7 media-framework issues
Sort by recently updated
recently updated
newest added

Hello, per RFC HTTP Live Streaming 2nd Edition, #EXT-X-MEDIA-SEQUENCE sets sequence number for first segment, example from the RFC ``` #EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:8 #EXT-X-MEDIA-SEQUENCE:2680 #EXTINF:7.975, https://priv.example.com/fileSequence2680.ts #EXTINF:7.941, https://priv.example.com/fileSequence2681.ts #EXTINF:7.975, https://priv.example.com/fileSequence2682.ts...

Description: Summary: I am currently using Kaltura's Media Framework and I'm interested in finding out if there's a way to access files saved in an S3 bucket directly without needing...

- fix passing hw_frames_ctx to a filter - (re) add support for NV cuvid decoder (for testing purposes) config path: engine.useCuvidDecoder: false

- Update base images to align with the README instructions in the 'example conf' folder. - Resolve runtime error due to missing `GLIBCXX_3.4.26` in libstdc++.so.6 required by /build/transcoder.

Hello there, Currently, we are using Wowza and Nimble media servers. Both of these media servers are using the following format: Wowza: rtmp://server:1935/application/stream Nimble: rtmp://server:1935/application/stream but the media-framework requires a...

Following the example provide in https://github.com/kaltura/media-framework/blob/master/conf/controller.php#L240 is just necessare create an upstreaem following this configuration below: ``` upstreams := []map[string]interface{}{ {"id": "main", "url": os.Getenv("SEGMENTER_KMP_URL")}, { "id": "rtmp-out", "url": "kmp://127.0.0.1:8005", "required":...

Hi team, Thanks for sharing this surprising set of projects. I built a docker image and a docker-compose to provide [a complete docker all-in-one usage example](https://github.com/leandromoreira/kaltura-media-framework-docker-compose). - added an openresty...