HI,all
I have an application need to play TS stream (in H.264 format) that is come from TCP socket. If i receive that TS stream from socket and save to a .ts file, I can use libvlc_media_new_path/libvlc_media_new_location to load and play it success successfully. But who can tell me how can i play that TS stream directly from TCP socket, but not via file, because my server output that TS stream by pure TCP socket and i cann't change that server.
thanks.