-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Video doesn't open in PC after File.Move / File.Copy / Sending in to the Server #113
Comments
Does the file have an extension? |
Yeah of course .mp4
|
Can you play the video in VideoPlayer or via the example code's Handheld.PlayFullScreenMovie function on Android/iOS? This may be a codec issue. The video may be recorded in HEVC format. I'd try playing it with MPC-HC on PC since it supports lots of codecs. |
Yeah, it seems codecs issues! because when I run the video on the browser or via VLC and not via Media Player, it works! |
Do you know if I can controll the codec by the NativeCamera plugin or in another way? |
I couldn't find a way to explicitly specify the codec to use. As you've said, changing the quality may indirectly affect the codec. I'd expect this to be consistent on iOS devices but not on Android devices. I think you need either a native code on the device that converts the video from the recorded format to the desired format, or a code that does the same on the server. |
Video doesn't open on PC after File.Move / File.Copy / Send into the Server:
It occurs sometimes and is not persistent, most of the time it doesn't work all right.
I get errors like this one
The text was updated successfully, but these errors were encountered: