Running video until ^C
^C
Stopping video
Cannot create a new video recording session, one is already active
[h264 @ 0x7fd44681ba00] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, h264, from 'pipe:0':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264, none, 25 tbr, 1200k tbn, 50 tbc
Please use -b:a or -b:v, -b is ambiguous
Output #0, mpegts, to 'udp://0.0.0.0:12345':
Output file #0 does not contain any stream
I am unable record video using idb command
idb record video Record_MP4
db video-stream --fps 30 --format h264 --compression-quality 1.0 --udid xxxxx011d | ffmpeg -f h264 -i pipe:0 -vcodec copy -tune zerolatency -b 900k -framerate 30 -f mpegts udp://0.0.0.0:12345
can you please help this issue
getting this error
Running video until ^C ^C Stopping video Cannot create a new video recording session, one is already active
[h264 @ 0x7fd44681ba00] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options Input #0, h264, from 'pipe:0': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264, none, 25 tbr, 1200k tbn, 50 tbc Please use -b:a or -b:v, -b is ambiguous Output #0, mpegts, to 'udp://0.0.0.0:12345': Output file #0 does not contain any stream