Anil Agarwal

AWS

Apple HTTP Live Streaming (HLS)

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....

24-Aug-2015

Software development

Kick start with Video 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...

24-Aug-2015

Technology

Perform any DB operation in an isolated transaction

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...

28-Jul-2015

Technology

Loading and Removing bean at run time in Spring Application

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 =...

26-Jul-2015