Upgrading to Movable Type 5.01

| 43 Comments
Just finished upgrading this blog to Movable Type 5.01, followed this instruction

1. "Website" vs. "Blog", in the new MT5, they add website and you must create the website first then create the blogs under the website you created, but I just want to have blog installed, not the website

2. If you have multiple blog published to the different domain names(ie. A: blog.aaa.com, B: blog.bbb.com), then you should create a new website then sub-blog to it.

3.  what is difference between Styles and Themes?

2 parameters of vlc for the streaming

| 66 Comments

I use vlc to read the video file and then generate a http stream to another system. But the stream will stop for nearly 3 seconds and I need re-connect this stream.

To fix this, we can use "-sout-keep", for example:

$ cvlc -vvv ***.avi --sout '#standard{access=http,mux=ts,dst=:1234}' --sout-keep --repeat


-sout-keep, -no-sout-keep: Keep sout open (default disabled) : use the same sout instance across the various playlist items, if possible.

-repeat: repeat the current video file

-loop:  repeat all