slavavdovichenko / MediaLibDemos

98 stars 25 forks source link

Broadcasting Stream on Wowza Media Server #24

Closed buntylm closed 4 years ago

buntylm commented 10 years ago

Broadcasting live video streaming on the Wowza media server and seeing the crash exception.

MPMediaEncoder -> cleanupStream: <BroadcastStreamClient: 0x78b3690>
[libx264 @ 0x1287000] insufficient thread locking around avcodec_open/close()
[nellymoser @ 0x1287a00] insufficient thread locking around avcodec_open/close().

And some times

RTMPStreamPublisher[1815:2f07] MPMediaEncoder -> cleanupStream: <BroadcastStreamClient: 0x6b8940>
slavavdovichenko commented 10 years ago

Thank you, BuntyM, This bug is been fixed - the problem was in thread synchronization, now it is OK.

buntylm commented 10 years ago

Thanks, Slavavdovichenko,

slavavdovichenko commented 10 years ago

You should update MediaLibDemos3x repo - I've checked: this crash is fixed.