Re: [FFmpeg-user] [Ffmpeg-user] Issue converting RTSP stream to HLS with partial audio on source

2024-07-09 Thread Carl Zwanzig
On 7/9/2024 3:53 AM, Rui Gabriel Nunes via ffmpeg-user wrote: For reference, this is the ffmpeg command we are using at the moment: ffmpeg -probesize 5 -analyzeduration 5 -rtsp_transport tcp -i "rtsp://" -c:v copy -c:a aac -hls_flags append_list+split_by_time+omit_endlist -hls_segment

[FFmpeg-user] [Ffmpeg-user] Issue converting RTSP stream to HLS with partial audio on source

2024-07-09 Thread Rui Gabriel Nunes via ffmpeg-user
Hello, I am currently developing a streaming solution for a client which uses FFmpeg to process an RTSP stream and convert it into HLS format. During the testing phase we have run into issues regarding audio processing and require some guidance on how we might possibly resolve it. Specifically

Re: [FFmpeg-user] Send unix socket data without encoding

2024-07-09 Thread Deepak Chauhan
Hi Ferdi, Apologies for the incomplete question! Here are the commands and their output *ffmpeg -re -i unix:/tmp/media -map 0:v:0 -pix_fmt yuv420p -c:v libvpx -b:v 1000k -deadline realtime -cpu-used 4 -f tee "[select=v:f=rtp:ssrc=:payload_type=102]rtp://127.0.0.1:2064?rtcpport=2025&pkt_s

Re: [FFmpeg-user] Send unix socket data without encoding

2024-07-09 Thread Ferdi Scholten
Hi Team, I am trying to send h264 video data to mediasoup using ffmpeg. When I run this command ffmpeg -re -i unix:/tmp/media -map 0:v:0 -pix_fmt yuv420p -c:v libvpx -b:v 1000k -deadline realtime -cpu-used 4 -f tee "[select=v:f=rtp:ssrc=:payload_type=102]rtp:// 127.0.0.1:2064?rtcpport=20