I am streaming in 640x480 (VideoQuality(640,480,15,500000)) or others resolutions that are not default with libstreaming to my machine running ffplay to read the stream.
I don't know why but the SDP generated by libstreaming tells ffplay (ffmpeg) that the stream is 176x144 so ffplay takes quite a long time to re-configure (2 min) and actually show the stream in the wanted quality.
Hi,
I am streaming in 640x480 (VideoQuality(640,480,15,500000)) or others resolutions that are not default with libstreaming to my machine running ffplay to read the stream.
I don't know why but the SDP generated by libstreaming tells ffplay (ffmpeg) that the stream is 176x144 so ffplay takes quite a long time to re-configure (2 min) and actually show the stream in the wanted quality.
SDP :
Errors while starting to read the stream (ffplay) :
Do I have to change anything in the SDP to get it working instantly or is it anything else ?
Any help's appreciated