Re: [Live-devel] Windows Makefile Generation

2012-04-07 Thread AJ
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

[Live-devel] Video quality at the client

2012-04-05 Thread AJ
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

[Live-devel] Changing the FileSource in test TransportStreamer to BasicUDPSource issue

2012-03-27 Thread AJ
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

[Live-devel] issues with TS video streamed through unicast Raw UDP and RTP

2012-03-23 Thread AJ
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

[Live-devel] TS streamed through unicast instead of multicast

2012-03-20 Thread AJ
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

[Live-devel] TS Streaming from a port

2012-03-15 Thread AJ
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

[Live-devel] Load new trick play index files(.tsx) without restarting the server

2012-03-14 Thread AJ
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

[Live-devel] Live555 Media Server in 64 bit Windows 7

2012-03-12 Thread AJ St. Aubin
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