live555

JPEG streaming with live555

混江龙づ霸主 提交于 2019-12-18 07:09:08
问题 I want to stream JPEG images or motion-JPEG file through live 555. But the problem is that in live 555 implementation for Jpegs is not available. Anyone can help ?? 回答1: You can find a implementation that was posted to the devel mailing list http://lists.live555.com/pipermail/live-devel/2012-February/014672.html. The code and a sample is available but this modification was rejected by live555 maintainer. First we need to implement an MJPEGVideoSource than can feed a JPEGVideoRTPSink .

Live555 on Android

谁说胖子不能爱 提交于 2019-12-18 03:43:54
问题 I'm trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there're always various problems on different ROMs or different network status(UDP packets blocked), it's really annoying so I want to implement my own rtsp client with the live555 source and GLES and ffmpeg. I can figure out how to use ffmpeg and GLES to show a video, but I'm not familiar with live555. Are there any compiled version of live555 on Android? or how could I do that myself

How to configure live555 framework for iphone app development?

China☆狼群 提交于 2019-12-17 23:26:01
问题 I have the live555 framework with me. How to use it in Xcode? 回答1: If you haven't managed to configure it yet. Try this command in the terminal in live555 folder make iphoneos It will generate the static libraries for you. 来源: https://stackoverflow.com/questions/5191819/how-to-configure-live555-framework-for-iphone-app-development

Failed to Get SDP Description : 404 Stream not found testRTSPClient in LIVE555

流过昼夜 提交于 2019-12-12 03:15:35
问题 I am new to Live555 and have recently started to learn a few things about it. The docs state that a good test would be to try out the samples given in testProgs folder that is in the source code. So, I have started to test a few programs which are readily available in the live555 source. From the mediaServer folder I am running the server as per docs I should place the movie file (mp4) in the same place as the exe. Which I did. When I try to open the client (testRTSPClient.exe), I keep

stream webcam using ffmpeg and live555

三世轮回 提交于 2019-12-11 12:09:47
问题 I am new to live555. I want to stream my webcam from a windows 7 (64-bit) machine behind home LAN using ffmpeg as the encoder to a live555 server running on a Debian 64-bit linux machine in a data center over the WAN. I want to send a H.264 RTP/UDP stream from ffmpeg and the "testOnDemandRTSPServer" should send out RTSP streams to clients that connect to it. I am using the following ffmpeg command which sends UDP data to port 1234, IP address AA.BB.CC.DD .\ffmpeg.exe -f dshow -i video="Webcam

Multiple Libstreaming streams only recognized as session of First RTSP client

我的梦境 提交于 2019-12-11 07:49:29
问题 I am using Live555 as RTSP client to get the RTSP H264 video stream from android LibStreaming MajorKernelPanic server. I am facing the problem to display more than one video streams from the mentioned type android RTSP server which is handled by different RTSP client. The problem is obviously if using VLC which get the RTSP H264 frame via Live555 also. The first VLC (RTSP client) displays video correctly. The other VLCs (RTSP client also) display nothing but its frame is displayed in the

How to create and destroy rtsp server again and again Live 555

梦想与她 提交于 2019-12-11 04:36:58
问题 I want a to do RTSP streaming from a file,so i used live 555 libraries.In live 555 test directories "testMpeg2TransportStreamer" program to stream a TS format file,what i did is,i put the whole code in thread so whenever the client request the streaming the thread start working and when client says DONT STREAM then the thread is closed on closing the thread i also wrote the code Medium::close(pointer of rtsp server),so to close the rtsp server,this works fine for the first STREAM and DONT

Jitter units for Live555

心已入冬 提交于 2019-12-11 01:04:34
问题 I am going through some documentation of a voip software that uses Live555 as the underlying network layer. As per RFC for RTSP - live555 seems to have implemented it. But the output is not clear to me. From archives of Live555 here question it seems that to get jitters in terms of mirco or milli seconds, I have to divide the jitter value by sampling frequency. But what about the network bit-rate? Should I use it to divide the jitter value to derive jitter in terms of micro/milliseconds? Any

building live555 library for iphoneos

大城市里の小女人 提交于 2019-12-08 10:39:48
问题 I read a lot of discussions about building live555 lib for iOS platform. I successfully built lib for simulator using ./genMakefiles iphone-simulator and then make , but can not build it for device. ./genMakefiles iphoneos did not warn me about anything, but running make after it fails. It always produces error like unknown type name … . I tried many times with freshest sources, and I also tried to make clean before doing make - not helped. From the log I see some weird stuff, like path to

RTSP RTP client streaming, timestamp, live555

走远了吗. 提交于 2019-12-08 02:55:46
问题 I have an IP camera that is located in a different country ( with a different time zone ) and that has it's own date-time values applied, ( for example:~2012-04-16 11:30:00 ) then the one my PC is located at. ( so my PC's time for example is ~2012-14-16 06:10:00 ) My purpose: When streaming, i need to get this date-time value that is set in camera ("11:30:00") ( I'm not interested in a current local time of my PC ). Is there any way to calculate camera's date-time value from RTP's timestamp ?