medooze/media-server-node

Player doesn't work

0xxBot opened this issue · 3 comments

Hello @murillo128

Am recorded a new video with medooze and just tried to play that video with player example Here, but i got the following error

error

Am just tried to follow the error and found a missed parameter (receiver) when the player trying to create a new IncomingStreamTrack
Then i tried to add it but still the first error

The error :

FindTrackIndex: Track id 0 doesn't exist (../external/mp4v2/lib/src/mp4file.cpp,3016)
FindTrackId: Track index doesn't exist - track 0 type text (../external/mp4v2/lib/src/mp4file.cpp,3002)

could you try with latest version?

Thank you @murillo128 for your support

am tried with newer version 0.128.0 but i faced some errors
first issue is reciver parameter missed in create a new incomingStreamTrack, but i fixed it then i faced another issue
i tried to work with vp8 recorded video and got the following error
image
then i tried with normal h264 video
connected and got the sdp answer ,but i got the following error and video arrived with no stream
image

I have just fixed the IncomingStreamTrack issue, could you send me an example of the recording file for double checking it?