colek42 / streamingDemo

MIT License
61 stars 9 forks source link

error while decoding frame #3

Open luanwulin opened 4 years ago

luanwulin commented 4 years ago

hi, thks for you project, but i can't run well. i start a ws server by nodejs. jsmpeg demo i pack ts stream by using ffmepg

ffmpeg -i "rtsp url" -f mpegts -pix_fmt yuv420p -c:a aac -c:v libx264 http://127.0.0.1:8081/supersecrt/live

so can you help me figure out where the problem is?

colek42 commented 4 years ago

Sorry, this project is pretty old. If you are looking to stream video, pion/webrtc is probably going to be the way to go