MonaSolutions / MonaServer

A lightweight RTMFP, RTMP, WebSocket and HTTP server!
http://monaserver.ovh
GNU General Public License v3.0
707 stars 212 forks source link

ffplay rtmp stream, the MonaTiny core dump #79

Closed halivor closed 5 years ago

halivor commented 6 years ago

Hi, when I use the latest MonaTiny, I meet a problem

  1. I push a live stream to the server ffmpeg -probesize 32 -analyzeduration 0 -i https://domain.com/stream.flv -vf scale=640x720 -c:a aac -ar 22050 -c:v h264 -r 15 -g 15 -f flv rtmp://127.0.0.1/mic/1000
  2. I use ffplay to play the stream ffplay rtmp://10.20.6.51/mic/1000

then receive the fault MonaTiny: sources/Application.cpp:59: Assertion `Segmentation violation' failed.

here's the backtrace 1 2

thomasjammet commented 5 years ago

Hi,

Thanks for the report, I think this is resolved in the current version, could you update and try again?

Thanks

halivor commented 5 years ago

Yes, it's ok now. Thanks