Broadway icon indicating copy to clipboard operation
Broadway copied to clipboard

rtsp h264 and broadway

Open oskbor opened this issue 10 years ago • 2 comments

Hi guys, Ive built a basic rtsp parser in javascript and I am experimenting with sending h264 frames to broadway. I haven't been successful with getting broadway to render them. No errors occur either. I am unsure on what limitations broadway puts on the h264-frames?

This is how I extract h264 frames from rtsp in my attempts: https://gist.github.com/oskbor/935ef052bfb3c67ccbf5#file-rtsp_h264_extraction-js Does it look correct to you? @soliton4 , I see you have done very interesting things in broadwayStream, could you perhaps take a look at the gist and see if you spot something wrong? best regards Oskar

oskbor avatar Feb 09 '16 10:02 oskbor

@oskbor sorry for late reply. can you narrow your problem down a little. i am happy to support you with your problem but a simple "spot the error in my project" is to broad and time consuming

soliton4 avatar Jun 25 '18 17:06 soliton4

Hi guys from Ukraine!

seems I have the same trouble And if I right not all h264 files play good

try to reconvert ffmpeg -i file.h264 file_reconverted.h265 and it will not play

image

in case reconverted file creatingTextures missed

but(!) reconverted file played in avplay successfully

vinnitu avatar Jul 24 '18 18:07 vinnitu