Well, I've updated my om-video app recently so it can play the movie now. You can try it. Now for live camera you need just replace the input stream to what we want.
If we can produce h264 stream of bytes from RTMP stream then we can play it in a browser. On Thu, Mar 30, 2017 at 10:49 PM, Maxim Solodovnik <[email protected]> wrote: > Good to know :) > Can you estimate, when we can try to play live camera stream? :) > > On Thu, Mar 30, 2017 at 10:47 PM, Dmitriy - <[email protected]> wrote: > >> Sorry for typos :) >> >> On Thu, Mar 30, 2017 at 10:45 PM, Dmitriy - <[email protected]> wrote: >> >>> Hello! >>> I have a good news. >>> >>> My parser https://github.com/Dima00782/om-video produces right mp4 >>> video, and it can be played in browser by chunks. >>> >>> I've converted the avengers mp4 clip h264, pcm into fragmented mp4 >>> format with my parser and put it into this demo ( >>> https://github.com/nickdesaulniers/netfix/blob/gh-pages/dem >>> o/bufferWhenNeeded.html). >>> And it has played! The video is downloading by chunks and video tag play >>> it *online*. >>> So I must see at the demo and modify my demo to play video in browser >>> via stream from java. >>> >>> >>> On Thu, Mar 30, 2017 at 9:36 PM, Maxim Solodovnik <[email protected]> >>> wrote: >>> >>>> Hello Dmitriy, >>>> >>>> How is your work? any good news? >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >>> >>> -- >>> Regards, >>> Dmitry Bezheckov. >>> >> >> >> >> -- >> Regards, >> Dmitry Bezheckov. >> > > > > -- > WBR > Maxim aka solomax > -- Regards, Dmitry Bezheckov.
