Convert RTSP feed from BCD536HP with FFMPEG

va2yml

Member
Joined
Apr 21, 2023
Messages
8
Is anyone been able to convert an RTSP feed from a BCD536HP to a UDP feed using FFMPEG?

I've tried to listen to the feed with FFPLAY with no succes. I alway end up with a "server bad request - error 400".

The feed is playable fine in VLC.

Here is a screenshot of the VLC RTSP connection sequence.
Capture d’écran du 2023-04-23 21-46-42.png

And the catpure of the same connection using FFPLAY (FFMPEG)

Capture d’écran du 2023-04-23 21-50-16.png

As you can see, I'm forcing a TCP connection (FFPLAY use RTSP over UDP by default).
I have developped the content of the SETUP packet because the bad request status come right after this command.

I'va tried lot of flags / parameter with ffplay... always the same result.

Anyone has a magioc formula to listen to this feed?
 

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
7,479
Location
Ontario, Calif.
I think it's the Transport line. Should be like the VLC example which is:
Transport: RTP/AVP;unicast;client_port=38032-38033\r\n
 
Last edited:
Top