-
With the Mac FFmpeg terminal tool, I'm able to push a local video to RTMP servers using a command similar to this,
Can I do the same using the FFmpegInteropX lib? or is it just a decoding library that can only be used to play content on devices not stream from them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
most probably not as it is mentioned that it is only a decoding library |
Beta Was this translation helpful? Give feedback.
-
If you want to stream data from a server and then encode it to a file, you can technically do this using some winRT APIs The other way around, streaming to a server, I'm not so sure. I think you're the first to request such functionality. |
Beta Was this translation helpful? Give feedback.
If you want to stream data from a server and then encode it to a file, you can technically do this using some winRT APIs
The other way around, streaming to a server, I'm not so sure. I think you're the first to request such functionality.