Re: [FFmpeg-user] Get bitrate from UDP source

2020-11-26 Thread andrei ka
either do capture with multicat + ffrpobe (or mediainfo), but better try a
couple: multicat + tsanalyze (from tsduck) :
timeout --foreground 5 multicat  -X -u -U @239.192.18.17:1234 /dev/null |
tsanalyze --service-analysis

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Get bitrate from UDP source

2020-11-24 Thread Mar Andrés López
Dear All,


Is that possible to get the bitrate from an UDP source? My issue is the same 
that this one opened ticket?:


https://trac.ffmpeg.org/ticket/6470


I stream a video over udp and i try to retrieve its bitrate with ffprobe:


ffprobe -i udp://239.192.18.17:1234


but I am obtaining N/A as bitrate.


A lot of thanks,


Regards.

P Please consider the environment before printing this e-mail.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".