gstreamill icon indicating copy to clipboard operation
gstreamill copied to clipboard

encoder with hls output based on gstreamer.

Results 16 gstreamill issues
Sort by recently updated
recently updated
newest added

Hello, in multiaudio HLS stream bandwidth is not true in multiaudio streams ... only sum video+ audio1 ... audio2 not present in bandwidth ... thanks! #EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=(video+audio1) -false #EXTM3U...

bug

The files tssegment.* files are documented as deriving from GStreamer code. That implies that the author is different from the main author of this project. Please document (preferably at the...

Raspberry Pi

enhancement

``` #EXTM3U #EXT-X-VERSION:6 #EXT-X-ALLOW-CACHE:NO #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-TARGETDURATION:10 #EXTINF:10,ciao segment00000.ts #EXTINF:10,ciao ``` it can't be played normally use vlc.

For stream via UDP used section ``` "udpstreaming" : "127.0.0.1:22345" ``` How can add other options to udpsink ? For example bind-address or multicast-iface ?

enhancement

Hi, I am using blackmagic decklink sdi source to get video input and plays perfectly fine with gstreamer but is it possible to add sdi source to gstreamill. if yes...