Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback Issue #80

Open
achriki opened this issue Feb 27, 2023 · 4 comments
Open

Playback Issue #80

achriki opened this issue Feb 27, 2023 · 4 comments

Comments

@achriki
Copy link

achriki commented Feb 27, 2023

Hi,
I'm facing some issues in the playback with ONVIF client, and i want if it's possible to give me the steps to bring the play back properly into my application maybe i arrange the function calls in a wrong way
Here is my code snippet :

Screenshot from 2023-02-23 16-57-51

@RogerHardiman
Copy link
Collaborator

I've never sent the NALs from Yellowstone into a spawned ffmpeg process so you are trying something new.
I just use Yellowstone to test RTSP servers and to record data to files and to log the RTP packet timestamps and Sequence Numbers.

There may be some other Yellowstone users who have fed the NALs into a decoder who can help.

But could I check your ffmpeg command.
You are asking it to convert from H264 into raw images, and then convert back to H264 again.

@achriki
Copy link
Author

achriki commented Feb 27, 2023

Hi,
Could you please send me how did you use RTSP server to record data to files maybe could helps me to figure another way to process it.

@RogerHardiman
Copy link
Collaborator

Could you please send me how did you use RTSP server to record data to files maybe could helps me to figure another way to process it.

The wowza example records data to a file. That is all I use.

@achriki
Copy link
Author

achriki commented Feb 27, 2023

Hi,
i tried to copy the same steps as wowza example but it didn't work when i try to read the file with ffmpeg, i get invalid data error

Screenshot from 2023-02-27 16-46-36

Note: i didn't get the details as an array so i forced it.
The wowza example is for RTSP client but i want to use the playFrom function in the ONVIF Client, if there is an example like wowza that use ONVIF client instead of RTSP client i'll be thankful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants