in Education by
I would like to get video stream with some real-time events synchronized with it. For example I would like to have a possibility to unlock a button, after something on the screen happenened - when something happens in front of the camera, there should be send some info about it (i.e. cameraman is pushing special button). The quest is to have this info (or event) synchronized with situation on the screen. Is it possible to send and receive such metadata using RTSP? The application will be written in WPF. I need to get functionality very similar to this one: http://www.adobe.com/devnet/flashmediaserver/articles/metadata_video_streaming.html offered by flash, but on .NET platform. Do you know any libraries that could help me? http://www.streamingmedia.com/conferences/west2010/presentations/SMWest-2010-Microsoft-Workshop.pdf JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
AFAIK, RTSP is not offering such a possibilty to send additional MetaData. Maybe you could put some meta data into the extension header of the RTP (video-) frames. Another way is to start a parallel meta data stream (XML i.e.). On the client side you synchronize both streams like it is done for audio/video streaming. good luck.

Related questions

0 votes
    In what cases is it necessary to synchronize access to instance members? I understand that access to static ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    Why must wait() method be called from the synchronized block?...
asked Jan 19, 2021 in Technology by JackTerrance
0 votes
    I have created a set of multi-platform C++ components to load and manage various types of digitally signed ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    I tried to convert data from the list of strings into a Map with the Stream API. But the way I ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 3, 2022 in Education by JackTerrance
0 votes
    What is the best way to get and set the meta data for mp3, mp4, avi files etc. with .NET? ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    using python 3.8 and the spyder IDE the code is given here which I us to detect the faces from the recorded ... object cap.release() Select the correct answer from above options...
asked Jan 9, 2022 in Education by JackTerrance
0 votes
    If I have a "Bill" entity, I might create that bill instance via REST API by assigning the food ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    If I have a "Bill" entity, I might create that bill instance via REST API by assigning the food ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun. (a) False ( ... Acting of Artificial Intelligence Please answer the above question....
asked Oct 9, 2022 in Education by JackTerrance
0 votes
    Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun. (a) False ( ... Acting of Artificial Intelligence Please answer the above question....
asked Oct 2, 2022 in Education by JackTerrance
0 votes
    after installing composer I tried to install larvel but it gives ErrorException .please help.... data from ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 30, 2022 in Education by JackTerrance
0 votes
    after installing composer I tried to install larvel but it gives ErrorException .please help.... data from ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 23, 2022 in Education by JackTerrance
0 votes
    Im using libVLC to playback video in my application, to open local files im using: libvlc_media_new_path(path_to_file ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I've seen examples that allow you to create a manipulator that inserts delimiters but none of those manipulators are sticky. That is, ... . I want to be able to do this: std::cout...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    Am working on decoding a protocol used by a certain gps device to communicate. Right now, am analyzing the first data packet ... , bytes); return String.format("%0" + (bytes.length...
asked Feb 27, 2022 in Education by JackTerrance
...