live555

Building 64bit Live555 with Visual Studio 2013

隐身守侯 提交于 2020-01-14 01:43:44
问题 I am trying to build the components of Live555 with Visual Studio 2013 64bit on Windows 7. I have tried editing win32config and the *.mak files without success. I've been searching the internet for a few hours and trying all kinds of things with command prompts. For some reason VS2013 x64 command prompt is still building 32bit static libs and I can't figure out why. If anyone has any good ideas, that would be fantastic! 回答1: The win32config file that you get from the .tar.gz file requires

Wrong Presentation time at H264 streams [Live555 OpenRtspClient]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 17:52:54
问题 I modify the OpenRtspClient so that Now instead of writing frames to file I collect them in a queue with incoming presenttaion times Then give the h264 frames to MP4 muxer [ Geraint Davies MP4 mux filter] Finally write muxed data to file... So I can able to save h264 stream into MP4 container... But the problem is that, some of the recorded data [NOT all of them] has wrong values for time duration: Suppose that a 10 minute record seems that it was 12 h stream... VLC play the 10 minute that

How to integrate Live555 in XCode (iOS SDK)

烈酒焚心 提交于 2019-12-24 09:50:04
问题 I have to implement the live streaming from iphone to wowza server using rtsp h264. I did search and found one library Live555. I created the .a files along with include headers. But I am not able to use them in my XCode. As I used then then it start giving errors in understanding the c++ keyword "class". This is maybe because of .hh files. Is anyone having idea, how to include live555 in ios application. Thanks in advance... 来源: https://stackoverflow.com/questions/19142363/how-to-integrate

how to streaming h.264 video send to WOWZA using rtsp with live555

风流意气都作罢 提交于 2019-12-24 06:45:38
问题 I am new for capturing video, encoding in h.264, WOWZA server. I have checked so many solutions on stack-overflow and google but not get perfect that I can use. Basic functionality: continue capturing from iPhone (Video should be in h.264 encoded) using live555 library, generate RTSP url send that same video to WOWZA server for live-broadcast video Note: Video should be continuously play on server from iphone device without major delay. My Question: How to capture video which is encoded in h

Using Gstreamer or ffmpeg to create rtsp client on Android

我怕爱的太早我们不能终老 提交于 2019-12-21 17:14:05
问题 I want to stream a rtsp stream on android and I finally have come to conclusion that I can't use android API's MediaPlayer,Videoview etc because latency is big issue for me. I need an latency of <500 ms. Now I am planning to use Gstreamer or ffmpeg to create an android rtsp client. I just have few doubts Will the Gstreamer or ffmpeg client be able to provide latency <500ms. I read there are some parameters which I can tweak to get very low latency. Just want to confirm. I have very good

Using Gstreamer or ffmpeg to create rtsp client on Android

别说谁变了你拦得住时间么 提交于 2019-12-21 17:09:22
问题 I want to stream a rtsp stream on android and I finally have come to conclusion that I can't use android API's MediaPlayer,Videoview etc because latency is big issue for me. I need an latency of <500 ms. Now I am planning to use Gstreamer or ffmpeg to create an android rtsp client. I just have few doubts Will the Gstreamer or ffmpeg client be able to provide latency <500ms. I read there are some parameters which I can tweak to get very low latency. Just want to confirm. I have very good

OpenCV/FFMpeg image capture problems

时光总嘲笑我的痴心妄想 提交于 2019-12-21 13:00:02
问题 I'm trying to capture images from an IP camera in real time. The stream works perfectly well in VLC, but OpenCV's cvQueryFrame() seems to jumble and corrupt the incoming images to the point of no recognition. Again, capturing from file works fine, but not a live stream. In case it makes a difference, I'm using an rtsp connection URL; I've also tried this with two different camera models (different brands), and the problem remains. Besides, the (I'm assuming) codec is outputting several errors

Render RTSP H.264 video stream using live555

随声附和 提交于 2019-12-21 06:28:37
问题 I would appreciate an example of using the Live555 library to render live streams to screen. Apparently it's simple, but it would really help to see it done rather than simply read that "it's simple"!. The gmane site states: "To update (a copy of) the "testRTSPClient" code so that it renders video data is fairly straightforward: You simply have to change the "DummySink" class, so that it does the rendering (or calls a decoder library to do the rendering). In particular, you would change the

Live555 compile for iOS build error

元气小坏坏 提交于 2019-12-20 02:59:22
问题 I'm trying to compile Live555 for iOS. I have done the following: ./genMakefiles iphoneos make I get the following build errors: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -c -I../UsageEnvironment/include -I../groupsock/include -I../liveMedia/include -I../BasicUsageEnvironment/include -I. -DBSD=1 -O2 -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fPIC -arch armv7 --sysroot=/Applications/Xcode.app

Has anyone succeedded in streaming rtsp packet using TCP through live 555 libraries

夙愿已清 提交于 2019-12-19 11:49:32
问题 Has anyone succeedded in streaming rtsp packet using TCP through live 555 libraries .?** I try'ed searching web a lot but didn't find anything useful all the solution provided i try'ed but the wireshark shows that UDP packet are being streamed. 回答1: Ya send the appropriate setup request you will be able to stream over TCP.In case of live 555 subclass "OnDemandServerMediaSession" class. 来源: https://stackoverflow.com/questions/14811574/has-anyone-succeedded-in-streaming-rtsp-packet-using-tcp