Hi I am trying to create a DRM file that has 2 services, 1 audio and 1 slideshow (containing a single jpg for now, for simplicity), using the DRM transmitter program. The current program only supports either one audio or one data (slideshow) serivce. A comment in the DRMTransmitter.cpp file even says
/* In the current version only one service and one stream is supported. The stream IDs must be 0 in both cases */
What should I do to combine the process of making audio and slideshow data streams? Where should I start?
Also, in the above comment what is the difference between service and stream? I had assumed they meant the same thing, but the above comment makes a distinction between them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I am trying to create a DRM file that has 2 services, 1 audio and 1 slideshow (containing a single jpg for now, for simplicity), using the DRM transmitter program. The current program only supports either one audio or one data (slideshow) serivce. A comment in the DRMTransmitter.cpp file even says
What should I do to combine the process of making audio and slideshow data streams? Where should I start?
Also, in the above comment what is the difference between service and stream? I had assumed they meant the same thing, but the above comment makes a distinction between them.
I am also interested in how to do this if he knows something, please write here