Hi Guys, I have already discussed briefly about different streaming technologies, different adaptive streaming implementations, on-premise solutions and cloud solutions in my last blog Kick start with Video Streaming. Now I am going to discuss HTTP Live Streaming, which is one of the popular implementation of adaptive streaming....
Hi Guys, Developing a video hosting site? If yes, then you must be thinking of how to serve the multimedia content to end users. There are a lot of ways to serve the audio/video content to end users, Static Download Progressive Download (Pseudo Streaming) Single Streaming (UDP, HTTP, RTSP, RTMP protocol based) Adaptive...
Hi Friends, Sometimes we need to perform any DB operation in between a transaction, but due to transaction's property, it's getting committed only once the parent transaction will be finished. If you need to perform any operation that need to be committed immediately, irrespective of parent transaction (Example : for a dependent...
Hi friends, Sometimes, we face some issues while configuring beans in Spring application. We may have to restart the application each time we made any changes in configuration file. To avoid such problems, we have an option to load the beans at run time ConfigurableApplicationContext configContext =...