-
Notifications
You must be signed in to change notification settings - Fork 21
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
Network / HTTP stream support ? #27
Comments
Hello. |
I can help out in it, specially HTTP/HTTPS and RTSP, RTMP streams. Let me know what I can do to help out. |
I supposed to use a server rtsp-simple-server + ffmpeg. But I have only one webcam with 1080p@30. Could you prepare some loop samples with other resolution and fps? |
I am providing some publicly available RTSP example streams: rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov (240x160 @24fps) Can you let me know which res/fps or ffmpeg paras do you want to try ? I can create a demo server with rtsp and create some links for you |
Thanks a lot for help. I've started investigate issue. The RTSP link that you preseted before, the native MediaInfo library does not processed and was returned handle is NULL. I'll debug this weekend and will try to fix it. |
Okay and I just wanted to confirm you I deleted the .dll file of MediaInfoWrapper and imported the whole project itself in my project (the github source code) and bypassed the isAVStream check. |
I've prepared new version 21.3.3 with support HTTP and HTTPS. Could you test additional UDP if you have a time of course. Unfortunatelly current version of |
Hello,
Is there a reason why HTTP / Network stream support is not enabled ? I see there are quite a few checks to detect if a provided string/path is network or HTTP file in FileExtensions.cs but its not made use of in main MediaWrapper class.
I wanted to get mediainfo for remote video url (http/https file) as well but not able to, it just throws MediaInfoNotLoaded.
The text was updated successfully, but these errors were encountered: