<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>I&apos;m YB</title>
    <link rel="alternate" type="text/html" href="http://blog.imyb.org/" />
    <link rel="self" type="application/atom+xml" href="http://blog.imyb.org/atom.xml" />
    <id>tag:blog.imyb.org,2010-01-15://4</id>
    <updated>2010-01-14T16:34:24Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.01</generator>

<entry>
    <title>Upgrading to Movable Type 5.01</title>
    <link rel="alternate" type="text/html" href="http://blog.imyb.org/archives/2010/01/upgrading-to-movable-type-5.html" />
    <id>tag:blog.imyb.org,2010://4.42</id>

    <published>2010-01-13T15:32:12Z</published>
    <updated>2010-01-14T16:34:24Z</updated>

    <summary>Just finished upgrading this blog to Movable Type 5.01, followed this instruction 1. &quot;Website&quot; vs. &quot;Blog&quot;, in the new MT5, they add website and you must create the website first then create the blogs under the website you created, but...</summary>
    <author>
        <name>yb</name>
        <uri>http://www.imyb.org</uri>
    </author>
    
        <category term="Web" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="movabletype" label="Movable Type" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blog.imyb.org/">
        <![CDATA[Just finished upgrading this blog to <a href="http://www.movabletype.com/">Movable Type 5.01</a>, followed this <a href="http://www.movabletype.org/documentation/installation/upgrade-movable-type.html">instruction</a> <br /><br />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<br /><br />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.<br /><br />3.&nbsp; what is difference between Styles and Themes? ]]>
        
    </content>
</entry>

<entry>
    <title>2 parameters of vlc for the streaming</title>
    <link rel="alternate" type="text/html" href="http://blog.imyb.org/archives/2010/01/2-parameters-of-vlc-for-the-streaming.html" />
    <id>tag:blog.imyb.org,2010://4.41</id>

    <published>2010-01-12T16:30:51Z</published>
    <updated>2010-01-14T16:31:55Z</updated>

    <summary> 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 &quot;-sout-keep&quot;,...</summary>
    <author>
        <name>yb</name>
        <uri>http://www.imyb.org</uri>
    </author>
    
        <category term="Video" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="streaming" label="Streaming" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="video" label="Video" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="vlc" label="vlc" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blog.imyb.org/">
        <![CDATA[<div class="asset-content entry-content">

        <div class="asset-body">
            <div class="asset-content entry-content">

                                    <div class="asset-body">
                                        <div class="asset-content entry-content">

                                    <div class="asset-body">
                                        <p>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.</p>
<p>To fix this, we can use "-sout-keep", for example:</p>
<blockquote><p><code> $ cvlc -vvv ***.avi --sout '#standard{access=http,mux=ts,dst=:1234}' --sout-keep --repeat</code></p></blockquote><p><br />
-sout-keep, -no-sout-keep: Keep sout open (default disabled) : use the
same sout instance across the various playlist items, if possible.</p>
<p>-repeat: repeat the current video file</p>
<p>-loop:&nbsp; repeat all</p>
                                    </div>


                                </div>
                                    </div>


                                </div> 
        </div>



    </div> ]]>
        
    </content>
</entry>

</feed>

