Search found 2 matches

Go to advanced search

by kenping
06 Jan 2011 09:35
Forum: Development around libVLC
Topic: How to play TS stream from socket under win32?
Replies: 6
Views: 3174

Re: How to play TS stream from socket under win32?

try:

Code: Select all

...
good luck
Thanks you very much. but I can not work with "udp://@1234". My TS stream socket is a pure socket (TCP or UDP), there is not any control data like as RTP.
by kenping
05 Jan 2011 10:30
Forum: Development around libVLC
Topic: How to play TS stream from socket under win32?
Replies: 6
Views: 3174

How to play TS stream from socket under win32?

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 t...

Go to advanced search