live stream of recoded video file? #1358
Answered
by
shogo4405
hardikthakkar2208
asked this question in
Q&A
-
Can this library give support to stream recoded video files on youtube? |
Beta Was this translation helpful? Give feedback.
Answered by
shogo4405
Dec 18, 2023
Replies: 2 comments
-
I haven't tried it yet, but there is a possibility that using AVAssetReader to extract raw data and then utilizing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hardikthakkar2208
-
Thank you for your replay, I will try using this. If possible please add this option in future releases. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't tried it yet, but there is a possibility that using AVAssetReader to extract raw data and then utilizing
stream.append(_ sampleBuffer: CMSampleBuffer)
could be a viable option.