VLCMedia - playback from NSData / Bytes or NSPipe
Posted: 22 Dec 2022 21:30
Hello all,
I am trying to find a solution or implement it for VLC to get playback from the PIPE FILE.
In Android We are able to do it using FileDescription and then We can fill it up and use.
In iOS We have jsut 2 methods:
[VLCMedia mediaWithURL:[NSURL URLWithString:@"http://streams.videolan.org/streams/mp4 ... 64_aac.mp4"]];
[VLCMedia mediaWithPath];
Any suggestion ? How to get playback from NSData / Bytes[] / NSPipe ?
Thanks
I am trying to find a solution or implement it for VLC to get playback from the PIPE FILE.
In Android We are able to do it using FileDescription and then We can fill it up and use.
In iOS We have jsut 2 methods:
[VLCMedia mediaWithURL:[NSURL URLWithString:@"http://streams.videolan.org/streams/mp4 ... 64_aac.mp4"]];
[VLCMedia mediaWithPath];
Any suggestion ? How to get playback from NSData / Bytes[] / NSPipe ?
Thanks