Hi,
when using live555 as a server, and vlc as a client (so using live555 as
well) over long periods of time, with a server which is not running ntp,
I observed the following phenomenon: depending on which clock (the
server's or the client's) is running faster, either vlc stops or it
plays images
Note that whatever authentication that the proxy server uses to authenticate
'front-end' streams is completely independent of whatever authentication the
'back-end' stream requires. You can have authentication on the front-end
stream, but not the back-end stream, or vice-versa.
Note also that
> Fix, add check for msvc version:
> #if defined(__WIN32__) || defined(_WIN32)
> #define snprintf _snprintf
> #if _MSC_VER >= 1400 // 1400 == vs2005
> #define fileno _fileno
> #endif
> #endif
Thanks. This change will be included in the next release of the software.
Ross Finlayson
Live Networks,
When I compile liveMedia using MSVC 2012 I got error:
"mp3streamstate.cpp(412): error C4996: 'fileno': The POSIX name for this item
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online
help for details"
---
MSDN(http://msdn.microsoft.com/en-us/library/ms235384
I have a quick question regarding the expected behavior of openRTSP client
w/ file output when connection to the server is lost due to reboot, loss of
connectivity...etc.
What I have seen with both "stdout" and "Periodic" file output is that the
client never reconnects to the server if that stream
Hello!
I use live555 2013.12.15 on board with FreeScale iMX53 CPU.
Now I add H263 support to may programm, unfortunally programm stopped
with follow message: StreamParser internal error (15 + 1 > 15).
I found with message in liveMedia/StreamParser.cpp with follow comment:
// If this happens
Hi, Ross,
I saw the DeviceSource code in live555 project.
I found that the the fPresentationTime would be set by gettimeofday when
doGetNextFrame is called.
I remembered you said the fPresentationTime must be same at the first time,
So how should it sync audio and video?
Hello,
it's legal (technicaly) to distribute SDP files using Live555 RTSP Server and
not (MEDIA) files?
the sdp file may contain a multicast or a unicast path to another rtp stream
thank
Tayeb Meftah
Voice of the blind T Broadcast Freedom
http://www.vobradio.org
Phone:447559762242_
Hi ross,
I need to stream a mkv in a loop, i know that I need to write my own
ByteStreamFileSource subclass, problem is, its very difficult to "pass" it to
MatroskaFile without a lot of code duplication (MatroskaFileServerDemux and
MatroskaFile), is it not possible to allow some ByteStreamFileSo