Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-03-11 Thread Victor Vitkovskiy
packets? No, it produces output for each frame, not NAL unit, so it is not a problem. I have increased buffer size on network card to 2048, now it works much better. I will try "openRTSP" also to see will it have some difference. Thank you for your help Best regards, --

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-03-10 Thread Victor Vitkovskiy
sing to 2048 helps a lot, but anyway if there are some tricks / tunes in code that I can use in Live555 RTSP client - could you please share this info? Thank you in advance, Best regards, ----- Victor Vitkovskiy Senior software developer mailto: victor.vi

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-03-10 Thread Victor Vitkovskiy
r answer, Best regards, ----- Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Monday, 7 February 2022 12:20 To: LIVE555 Streami

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-02-07 Thread Victor Vitkovskiy
server and client to use TLS? Best regards, ----- Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Monday, 7 February 2022 11:48 To: LIVE555 St

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-02-07 Thread Victor Vitkovskiy
, - Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Monday, 7 February 2022 10:07 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-d

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-02-06 Thread Victor Vitkovskiy
ion for non-HTTP/HTTPS server and we can't host only HTTP / HTTPS, is that true? Best regards, ----- Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-28 Thread Victor Vitkovskiy
Hello Ross, I have found an issue, one of subsessions was not added to RTSP server so it was not freed on RTSP server close and that's why this UsageEnvironment reclaim failed. Best regards, - Victor Vitkovskiy Senior software developer m

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-28 Thread Victor Vitkovskiy
delete this; return True; } return False; } liveMediaPriv is not null, so it is not removed. Could you please advise me how to make this liveMediaPriv null? What should be called to do this? Best regards, - Victor Vitkovskiy Senior softwa

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-26 Thread Victor Vitkovskiy
, - Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Wednesday, 26 January 2022 14:48 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] [Mirasys] Liv

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-26 Thread Victor Vitkovskiy
roach fails with error described earlier just after the first part of the frame is copied to output buffer. Best regards, ----- Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-26 Thread Victor Vitkovskiy
eems that we need to add also RTP header data to this 3 buffer (480 bytes) and that’s why I have an error, is this correct? Best regards, ----- Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Origin

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-25 Thread Victor Vitkovskiy
dynamically? E.g. if I receive a frame that is bigger then OutPacketBuffer::maxSize and I will increase this value, what should be done to update fTo buffer and it’s fMaxSize for next doGetNextFrame call? Best regards, - Victor Vitkovskiy Senior software

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-20 Thread Victor Vitkovskiy
Hello Ross, I have found a mistake, sorry to disturb you Best regards, - Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Victor Vitkovskiy Sent

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-20 Thread Victor Vitkovskiy
e what is wrong with RTSP client? Best regards, - Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Friday, 14 January 2022 17:12 To: LIVE555 Streamin

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-14 Thread Victor Vitkovskiy
gards, - Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com www.mirasys.com -Original Message- From: live-devel On Behalf Of Victor Vitkovskiy Sent: Wednesday, 12 January 2022 13:20 To: LIVE555 Streaming Media - development & use Su

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-12 Thread Victor Vitkovskiy
Hello Ross, Yes, that was the case, now it works, thank you for your help. I will continue with this, still we have opened question with metadata streaming. Best regards, - Victor Vitkovskiy Senior software developer mailto: victor.vitkovs...@mirasys.com

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-12 Thread Victor Vitkovskiy
teNew(*env, streamName, streamName, descriptionString); sms->addSubsession(H264ServerMediaSubsession::createNew(*env, reuseFirstSource)); rtspServer->addServerMediaSession(sms); announceURL(rtspServer, sms); Could you please tell me what I am doing wrong? Best regards, ---

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-12 Thread Victor Vitkovskiy
e of no RTSP clients wants to get stream. So that's why I need to detect when new RTSP client want to receive stream from RTSP server and also when client is done with stream receiving. Best regards, ----- Victor Vitkovskiy Senior software developer mailt

Re: [Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-12 Thread Victor Vitkovskiy
eNewStreamSource and createNewRTPSink, is this correct? Or I need to subclass from OnDemandServerMediaSubsession and do the same thing (like reading SDP information from H.264 stream)? Best regards, - Victor Vitkovskiy Senior software developer mailto:

[Live-devel] [Mirasys] Live555 RTSP server questions

2022-01-12 Thread Victor Vitkovskiy
Dear Support, My name is Victor, I am investigating possibility to use Live555 in Mirasys VMS system and I have several questions, could you please help me? 1. We need to create RTSP server that will stream data from our system if client connects to it. Unfortunately, I have not found any

[Live-devel] live555 webrtc demo capabilities

2017-11-08 Thread victor
Hello there. I got a couple of questions regarding the webrtc demo: 1. Does it support audio? I have an IP-Camera which emits two streams over rtp, one is video the other audio. 2. Since the streams will be transcoded, how expensiv is the procedure (in terms of CPU power and bandwith)? Is th

[Live-devel] patch for AVIFileSink.cpp

2017-08-10 Thread Victor V. Vinokurov
and test other players rather then VLC. But I hope that my patch will be useful for other people maybe with some additional changes to support non-MJPEG frames. -- Best Regards! --- Victor V. Vinokurov LAIN LLC Programmer http://dialog-nibelung.ru --- AVIFileSink.cpp.orig2017-07-18 09

Re: [Live-devel] Webrtc server

2017-02-20 Thread Victor Rotenberg
Cam we get an answer please? Your webrtc server could solve many problems for us. From: Victor Rotenberg [mailto:vic...@servision.net] Sent: Sunday, February 19, 2017 11:51 AM To: 'LIVE555 Streaming Media - development & use' ; 'Ross Finlayson' Subject: RE: [L

Re: [Live-devel] Webrtc server

2017-02-19 Thread Victor Rotenberg
To: LIVE555 Streaming Media - development & use ; Ross Finlayson Subject: Re: [Live-devel] Webrtc server never mind, I found the demo - http://webrtc.live555.com/ -Eric On February 17, 2017 at 10:16 AM Ross Finlayson mailto:finlay...@live555.com> > wrote: Victor, I haven’t d

[Live-devel] Webrtc server

2017-02-17 Thread Victor Rotenberg
Hello! We were impressed to see the demo page of the webrtc server converting rtsp stream to web page. Can we download the webrtc server please? Thanks. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/liv

[Live-devel] Bug in LIVE555 Streaming Media source 2014.07.12

2014-07-13 Thread victor kulichkin via live-devel
TNESS FOR A PARTICULAR PURPOSE. regards, victor--- End Message --- ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Problem with HTTP/1.1 in RTSP-over-HTTP

2014-01-08 Thread Victor Gottardi
Thank you Ross for the very quick fix. It works fine with the new version. Victor ___ live-devel mailing list live-devel

[Live-devel] Problem with HTTP/1.1 in RTSP-over-HTTP

2014-01-06 Thread Victor Gottardi
r. The web server drops the request with 400 (Bad-Request) because of the missing Host field. This happens before the request can reach the mod. Regards,Victor ___ live-devel ma

[Live-devel] build rtsp server supports TCP and Multicast from 264encoder at the same time

2012-08-20 Thread Victor Wei
Dear experts, I have read some of the FAQs and mail list. Thank you for your effort. Now the live555 server can stream out from encoder with unicast udp/tcp or multicast respectively. But my problem is that how to build rtsp server supports TCP and Mulitcast at the same.

[Live-devel] patch to make MPEG1or2FileServerDemux seekable

2010-07-01 Thread Victor V. Vinokurov
Good day! For some reasons i want to have class MPEG1or2FileServerDemux seekable to have the possibility to seek on the input file. My small patch do this work. I hope that this possibility will be usefull not only for me and will be included in future releases of live555. -- See you! --- Vityus

Re: [Live-devel] StreamClose in vlc under linux (just like that in BSD)

2010-02-12 Thread Victor Diago
This is what happens : [0x810aeb8] live555 demux debug: StreamClose [0x81068b0] main input debug: EOF reached [0x81068b0] main input debug: waiting decoder fifos to empty vbv buffer overflow [0x814de38] faad decoder debug: AAC SBR (channels: 2, samplerate: 16000) [0x810aaf0] stream_out_transcode s

[Live-devel] StreamClose in vlc under linux (just like that in BSD)

2010-02-12 Thread Victor Diago
Good morning, and thank you for your great software. Im victor from Brazil, and I am having a issue using vlc with rtsp support (livemedia). Im getting a stream from an axis camera (rtsp/mpeg4) on linux, and everytime i get around 7 minutes of streaming, vlc says i have reached EOF. and it stops

Re: [Live-devel] how to create custom sink

2010-02-10 Thread Victor lyamtsev
Ok, yes it does... How can I start reading from it? Yes it does - just call "H264VideoRTPSink::createNew()" ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] how to create custom sink

2010-02-09 Thread Victor lyamtsev
Any idea if i can find any specific example for H.264 ? As i couldn't find base class for H264MediaSubsession, I am trying to create H264 subsession with PassiveServerMediaSubsession::createNew(RTPSink& rtpSink, RTCPInstance* rtcpInstance) The question now

[Live-devel] port numbers problem

2010-02-08 Thread Victor lyamtsev
I need to use certain predefined port numbers for RTP streaming, for example 60004 for audio substream, 60006 for audio... I tried to set response header for "DESCRIBE" to use those numbers, like: m=video 60004 RTP/AVP 32\r\n vs. m=video 0 RTP/AVP 32\r\n but it doesn't seem to make any difference

[Live-devel] how to create custom sink ?

2010-02-05 Thread Victor lyamtsev
Hello, I have 2 UDP sockets receiving synchronized RTP audio ( AAC) and RTP video (H.264) streams and i have to re- send that stream to RTSP client. Any idea how to connect RTSPServer to this source? It looks like I have to override "lookupServerMediaSession" .. Do i need to create new type of Med

[Live-devel] MediaServer - playback initialization question

2010-02-03 Thread Victor lyamtsev
I am trying to follow basic flow of events in Dynamic MediaServer sample... Can someone point me how the "play" event is signaled to RTP sink to start actual streaming? Thanks, -V ___ live-devel mailing list live-devel@lists.live555.com http://lists.live5

[Live-devel] What is the timestamp unit in openRTSP?

2009-12-07 Thread Lee Victor
What is the timestamp unit in openRTSP? second or microsecond? Thank you. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] I want to add pause and replay function in openRTSP, and I have some questions.

2009-12-07 Thread Lee Victor
If I do need to get the time, how can I? 2009/12/7 Ross Finlayson > I want to add pause and replay function in openRTSP. I think I can user >> >> RTSPClient::pauseMediaSession(MediaSession& session) >> & >> Boolean RTSPClient::playMediaSession(MediaSession& session, double start, >> double end,

[Live-devel] I want to add pause and replay function in openRTSP, and I have some questions.

2009-12-07 Thread Lee Victor
I want to add pause and replay function in openRTSP. I think I can user RTSPClient::pauseMediaSession(MediaSession& session) & Boolean RTSPClient::playMediaSession(MediaSession& session, double start, double end, float scale) to realize this function. But I have to get the time when it pause ,so

Re: [Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-06 Thread Victor Domingo
t? Many thanks in advance Victor -Mensaje original- De: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] En nombre de Ross Finlayson Enviado el: martes, 06 de octubre de 2009 4:04 Para: LIVE555 Streaming Media - development & use Asunto: Re: [Live-devel] Li

[Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-05 Thread Victor Domingo
/www.live555.com/liveMedia/doxygen/html/classServerMediaSession.html> ServerMediaSubsession" ? Many Thanks in advance Victor ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Bug in windows version of the BasicTaskScheduler.cpp

2009-07-28 Thread Victor V. Vinokurov
I use live555 lib under windows. I write code to get MPEG file duration: TaskScheduler* scheduler = BasicTaskScheduler::createNew(); BasicUsageEnvironment* env = BasicUsageEnvironment::createNew(*scheduler); MPEG1or2FileServerDemux* demux = MPEG1or2FileServerDemux::createNew(*env, inputFileN

[Live-devel] MPEG1or2FileServerDemux::createNew Rise exeption

2009-05-20 Thread Victor V. Vinokurov
i've try to get file duration of mpeg1 video file like this: int VIDEOMC_API GetFileDuration(const char* inputFileName) { TaskScheduler* scheduler = BasicTaskScheduler::createNew(); BasicUsageEnvironment* env = BasicUsageEnvironment::createNew(*scheduler); MPEG1or2FileServerDemux* demux = MP