Project

General

Profile

Bug #5031

SAT>IP RTSP does not work on many media players....

Added by Igor Mokrushin over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Category:
SAT>IP
Target version:
-
Start date:
2018-03-24
Due date:
% Done:

0%

Estimated time:
Found in version:
4.2 git-1997b348aef
Affected Versions:

Description

Practically nowhere does the SAT>IP RTSP work, I get a Bad Request error -- 400. I little sorted this problem and made a patch.


Files

006-satip_rtsp_fix.patch (10.3 KB) 006-satip_rtsp_fix.patch Igor Mokrushin, 2018-03-24 21:16
002-satip_rtsp_fix.patch (2.53 KB) 002-satip_rtsp_fix.patch Igor Mokrushin, 2018-03-26 01:28

History

#1

Updated by Igor Mokrushin over 6 years ago

Most corrections I took from branch 4.3.

#2

Updated by Jaroslav Kysela over 6 years ago

Send me list of commits in 4.3 you applied. I won't merge this - I cannot review the patch in this form.

#4

Updated by Igor Mokrushin over 6 years ago

All these patches can not be used, except one - for VLC3 num.6. He partly solved my problems. My patch solves problems with other media players, the rtsp_parse_args() function tries to parse arguments from url, but at this time they are passed in the http header in a place with CSeq, that was not created servers if unless use hc_stream, so the player received a Bad Request...

#5

Updated by Igor Mokrushin over 6 years ago

And one more thing, if you use several working media players on one computer, then after closing or stopping one of them, all the rest also stop playback. I figured out that this is answered by calling rtsp_clean(rs, 1) in rtsp_close_session(), if replace 1 on 0, then this problem disappears.

#6

Updated by Jaroslav Kysela over 6 years ago

  • Status changed from New to Rejected

I am afraid, I do not want to put those massive changes to 4.2 tree. Use or work with me on 4.3.

Also available in: Atom PDF