Take a look at this link:
http://thompsonng.blogspot.com/2010/04/compile-live555-using-vs2005-part-2.html
It was helpful for me in getting started with building live555 in VS2008.
On Wed, Apr 4, 2012 at 11:44 AM, Meftah Tayeb wrote:
> hey folks,
> i don't have any directory related to c:\prog
Ross or anyone else who might be able to help,
I have the RTSP server stood up and working pretty well, my only issue now
is that the video that is being received by the client is pixelated pretty
badly. It is worse when using RTSP over UDP, but it is still bad over
TCP. I am using VLC as a clie
I have built a test client that is nothing more than
"testMPEG2TransportStreamer.exe" with a BasicUSPSource instead of a
FileSource. When I make this change the streamer runs into the following
issue that it does not have using a FileSource. Everything else about the
streamer is the same. I have
I currently have a DynamicRTSP Server built off the example onDemandRtsp
server. My end goal is to use Raw UDP from a "testMPEG2TransportStreamer"
like program that will stream TS packets to the server. I have the
transport streamer working in two forms the Live555
"testMPEG2TransportStreamer.exe
I was planning to wait for a response to my last email, but it is still
stuck in moderation and the situation has evolved. I am currently able to
stream over multicast, but I would like to stream a file using the
"testMPEG2TransportStreamer" using unicast. I have followed the FAQ and
the suggestio
Is there any test code to send a TS file over a socket to the Live555
server and then provide that up as a stream?
Thank you in advance.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
What would I need to do to have the index files (.tsx) load without
restarting the server?
Thank you in advance for your help.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
I am attempting to build live555 MediaServer on x64 windows 7. I have
built a VS2008 projects to build the 64 bit libraries and they are
compiling, but for some reason I have been unable to get the mediaServer to
build with these new libraries. I have another executable that I have been
working o