rtsp
Calculating packet loss, jitter and delay
I am streaming an rtsp video to Android. How could I calculate network metrics like packet loss, jitter 开发者_开发百科or delay?I can answer that for packet loss and jitter.[详细]
2023-01-03 04:21 分类:问答Java RTSP get contents
Can I download the 开发者_StackOverflow社区contents from an RTSP url in java? Just like we can get contents of an HTTP url as an InputStream...[详细]
2023-01-02 16:16 分类:问答how to play rtsp streamming in QT
I am trying to find a way to play in Qt 4.6 rtsp streaming, that i got from youtube api can it 开发者_StackOverflow中文版be done somehow?Live555 has some very useful libraries on this subject.Checkout[详细]
2023-01-01 16:18 分类:问答RTSP streaming and save into mp4 file using VLC
let say i am having one RTSP url (rtsp://192.168.0.17/mpeg4). the live camera is setup on the machine which relay live video. i am streamin开发者_开发百科g it using vlc player and i am saving it in mp[详细]
2023-01-01 04:02 分类:问答Can't correctly stream x264 video to mobile via RTSP
I\'m creating mobile version of YouTube-like website. And i\'m going to use Darwin Streaming Server for streaming low-res clips compressed with x264 and NeroAAC and hinted with MP4Box.[详细]
2023-01-01 03:46 分类:问答How can I record an rtsp video stream to a file from a linux command line?
I have a net cam which provides a rtsp stream via the default 554 port. I can view the stream perfectly using VLC (GUI mode) when I open rtsp://192.168.1.7/1234[详细]
2022-12-27 05:26 分类:问答Darwin Streaming Server doesn't gives content
I have problems with Darwin Str开发者_StackOverflow中文版eaming server 5.5.5 on Debian. When i\'m trying to open some stream, for ex. rtsp://sample.com/sample_100kbit.mp4 player reports it can\'t load[详细]
2022-12-23 21:13 分类:问答How to play media player with non-file and non-rtsp source?
We\'ve a mpeg4 source that we would like to play in the media player. Our source is not in a file or on an rtsp server. It is hand coded to generate mpeg4 source on the fly. Imagine the data is coming[详细]
2022-12-20 08:42 分类:问答Writing custom DirectShow RTSP/RTP Source push filter - timestamping data coming from live sources
I\'m writing custom DirectShow source push filter which is supposed to receive RTP data from video server and push them to the renderer. I wrote a CVideoPushPin class which inherits from CSourceStream[详细]
2022-12-20 06:36 分类:问答How can I display an RTSP video stream in a web page?
I have an ip camera which provides a live RTSP video stream. I can use VLC media player to view the feed by providing it with the URL:[详细]
2022-12-19 17:57 分类:问答