| | 6 | |
| | 7 | More information: |
| | 8 | I have removed the "break" and returned the code to it's default. The test served solely to help track things down. |
| | 9 | |
| | 10 | In more testing, ie audio only flv's streaming work fine, ie |
| | 11 | process 1) ffmpeg -re -i input.flv -vc -acodec copy "rtmp://localhost/oflaDemo/mylive live=1" |
| | 12 | process 2) ffplay -i "rtmp://localhost/oflaDemo/mylive live=1" |
| | 13 | |
| | 14 | When I do a audio and video input stream playback starts correctly (and immediately, but could be described as choppy). |
| | 15 | |
| | 16 | Video by itself causes the problem, ie playback is delayed, and we are stuck in the "for(;;) {}" loop. |