when running gstreamer with udp receiver pipeline the hls sink creates one gigantic file instead of creating multiple files
I want to stream the audio test source over the network, then at the receiving end save multiple files with playlist file using hlssink
sender
gst-launch-1.0 audiotestsrc wave=8 ! rawaudioparse use-sink-caps=false format=pcm pcm-format=u8 sample-rate=8000 num-channels=1 ! rtpL8pay ! udpsink host=127.0.0.1 port=16504
receiver
gst-launch-1.0 udpsrc port=16504 caps="application/x-rtp" ! queue ! rtppcmudepay ! mulawdec ! hlssink max-files=5
Aucun commentaire:
Enregistrer un commentaire