Bug #2625
Movian deadlocks (stucks) in RTMP probing
Status: | Fixed | Start date: | 05/18/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Video playback | |||
Target version: | 4.10 | |||
Found in version: | 4.9.442 | Platform: | Linux |
Description
The code to reproduce:
showtime.print(showtime.probe('rtmp://www.planeta-online.tv:1936/live/channel_6').result);
Also RTMP (as well as MPEG2-TS) is not cancellable while zapping.
Associated revisions
Update librtmp to use Movian's TCP stack
This add support for cancellation and connection timeout handling
Fixes #2625
History
#1
Updated by Leonid Protasov about 8 years ago
RTMP probing locks Movian so bad that if you press backspce and open different plugin - you see bluescreen only. Only restarting Movian helps.
#2
Updated by Leonid Protasov about 8 years ago
Now only showtime.probe locks Movian. Even if you simply play RTMP stream that is not responding etc - you get that nasty lock.
#3
Updated by Andreas Smas about 8 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset git|a6ee68068674128a425694b3a569c2c076fbe1e6.
#4
Updated by Andreas Smas about 8 years ago
Probing now have a timeout of 5 seconds.