We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug rtsp url link to file mp4 not work
To Reproduce code
url = 'http://honjin1.miemasu.net/nphMotionJpeg?Resolution=320x240&Quality=Standard' rtsp = ffmpeg_streaming.input(url) output = 'rtsp_mp4.mp4' rtsp_mp4 = rtsp.stream2file(Formats.h264() ) rtsp_mp4.output(output, async_run = False)
Expected behavior output file can be play either in IPython or media player, e.g. vlc
Screenshots executed in google colab can not play using ipython
after download to local machine, it can't be play using vlc
Local machine (please complete the following information):
best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
rtsp url link to file mp4 not work
To Reproduce
code
Expected behavior
output file can be play either in IPython or media player, e.g. vlc
Screenshots
executed in google colab can not play using ipython
after download to local machine, it can't be play using vlc
Local machine (please complete the following information):
best regards
The text was updated successfully, but these errors were encountered: