You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could modify the test browser client which runs on Firefox to perform video capture from PC camera and send video in H264 format and send it to application runs on ubuntu (./example/sample/sample).
I have added callback in the libpeer configuration ( void (*onvideotrack)(uint8_t *data, size_t size, void *userdata);), I could video is getting received in the callback. On dumping the video and found that video is not playable.
Then, I added start code for h264 (for SPS, PPS, other data by adding 0x00 0x00 0x00 0x01). After adding this start code and I found that the video dump is playable with lot of macroblocks using FFPLAY.
On further analysis, looks like a jitter buffer with frame ordering/dropping a logic is pending to be implemented in libpeer. Is that right ? May I know when will that be available ?
The text was updated successfully, but these errors were encountered:
Support for Video Playback in the sample app:
I could modify the test browser client which runs on Firefox to perform video capture from PC camera and send video in H264 format and send it to application runs on ubuntu (./example/sample/sample).
I have added callback in the libpeer configuration ( void (*onvideotrack)(uint8_t *data, size_t size, void *userdata);), I could video is getting received in the callback. On dumping the video and found that video is not playable.
Then, I added start code for h264 (for SPS, PPS, other data by adding 0x00 0x00 0x00 0x01). After adding this start code and I found that the video dump is playable with lot of macroblocks using FFPLAY.
On further analysis, looks like a jitter buffer with frame ordering/dropping a logic is pending to be implemented in libpeer. Is that right ? May I know when will that be available ?
The text was updated successfully, but these errors were encountered: