VLC tv card streamingUnable to specify parameters to cvlc in a scriptVLC VLM non-streaming outputTranscode...

How to deal with a cynical class?

Make a transparent 448*448 image

Is a lawful good "antagonist" effective?

Rejected in 4th interview round citing insufficient years of experience

what does the apostrophe mean in this notation?

Best approach to update all entries in a list that is paginated?

infinitive telling the purpose

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?

Should QA ask requirements to developers?

Force user to remove USB token

Giving Plot options defined outside of the Plot expression

Deleting missing values from a dataset

Potentiometer like component

Is King K. Rool's down throw to up-special a true combo?

Unreachable code, but reachable with exception

validation vs test vs training accuracy, which one to compare for claiming overfit?

What exactly is the purpose of connection links straped between the rocket and the launch pad

Why do Australian milk farmers need to protest supermarkets' milk price?

Who is our nearest neighbor

Is it ok to include an epilogue dedicated to colleagues who passed away in the end of the manuscript?

Coworker uses her breast-pump everywhere in the office

Word for a person who has no opinion about whether god exists

What is the blue range indicating on this manifold pressure gauge?



VLC tv card streaming


Unable to specify parameters to cvlc in a scriptVLC VLM non-streaming outputTranscode from .ogg to .mp3 using VLC media player command linevlc streaming over the networkProblems setting up VLC Sever/client streamingHow can I download stream videos with rtmp protocol? From Harvard Extension, more specificallyStreaming Video From Server Using VLC CLIVLC Not able to detect/choose default audio device outputVLC - Video Streaming SynchronizationNo sound in Kali linux













1















I'm trying to stream the output of my desktop's tv card to my laptop using vlc without success. I have on both pcs ArchLinux installed.



I'm stuck here:



$ cvlc v4l2:///dev/video0:norm=pal-nc:frequency=543250:size=640x480:channel=0:input-slave=alsa:///dev/dsp:audio=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:standard{access=http,mux=ogg,dst=192.168.0.2:8080}' --ttl 12
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x1c9e480] inhibit interface error: Failed to connect to the D-Bus session daemon: /usr/bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

[0x1c9e480] main interface error: no suitable interface module
[0x1ca1500] main interface error: no suitable interface module
[0x1bb3120] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x1c9f940] dummy interface: using the dummy interface module...
[0x1ca4850] main access out: creating httpd
[0x1ebb340] mux_ogg mux: Open


And on my laptop:



$ vlc http://192.168.0.2:8080
VLC media player 1.1.4.1 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb25c7058, 0xb25c70e4)
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Blocked: call to setenv("ORBIT_SOCKETDIR", "/tmp/orbit-zf", 1)
Warning: call to srand(1287690122)
Warning: call to rand()
Blocked: call to setlocale(6, "")

(process:17933): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
Blocked: call to setlocale(6, "")
[0x8af5f04] main stream error: cannot pre fill buffer


Any idea why this isn't working?










share|improve this question














bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    I'm trying to stream the output of my desktop's tv card to my laptop using vlc without success. I have on both pcs ArchLinux installed.



    I'm stuck here:



    $ cvlc v4l2:///dev/video0:norm=pal-nc:frequency=543250:size=640x480:channel=0:input-slave=alsa:///dev/dsp:audio=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:standard{access=http,mux=ogg,dst=192.168.0.2:8080}' --ttl 12
    VLC media player 1.1.4 The Luggage (revision exported)
    Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
    Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
    [0x1c9e480] inhibit interface error: Failed to connect to the D-Bus session daemon: /usr/bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

    [0x1c9e480] main interface error: no suitable interface module
    [0x1ca1500] main interface error: no suitable interface module
    [0x1bb3120] main libvlc error: interface "globalhotkeys,none" initialization failed
    [0x1c9f940] dummy interface: using the dummy interface module...
    [0x1ca4850] main access out: creating httpd
    [0x1ebb340] mux_ogg mux: Open


    And on my laptop:



    $ vlc http://192.168.0.2:8080
    VLC media player 1.1.4.1 The Luggage (revision exported)
    Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
    Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
    Blocked: call to setlocale(6, "")
    Blocked: call to sigaction(17, 0xb25c7058, 0xb25c70e4)
    Warning: call to signal(13, 0x1)
    Warning: call to signal(13, 0x1)
    Blocked: call to setenv("ORBIT_SOCKETDIR", "/tmp/orbit-zf", 1)
    Warning: call to srand(1287690122)
    Warning: call to rand()
    Blocked: call to setlocale(6, "")

    (process:17933): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    Warning: call to signal(13, 0x1)
    Blocked: call to setlocale(6, "")
    [0x8af5f04] main stream error: cannot pre fill buffer


    Any idea why this isn't working?










    share|improve this question














    bumped to the homepage by Community 14 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      I'm trying to stream the output of my desktop's tv card to my laptop using vlc without success. I have on both pcs ArchLinux installed.



      I'm stuck here:



      $ cvlc v4l2:///dev/video0:norm=pal-nc:frequency=543250:size=640x480:channel=0:input-slave=alsa:///dev/dsp:audio=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:standard{access=http,mux=ogg,dst=192.168.0.2:8080}' --ttl 12
      VLC media player 1.1.4 The Luggage (revision exported)
      Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
      Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
      [0x1c9e480] inhibit interface error: Failed to connect to the D-Bus session daemon: /usr/bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

      [0x1c9e480] main interface error: no suitable interface module
      [0x1ca1500] main interface error: no suitable interface module
      [0x1bb3120] main libvlc error: interface "globalhotkeys,none" initialization failed
      [0x1c9f940] dummy interface: using the dummy interface module...
      [0x1ca4850] main access out: creating httpd
      [0x1ebb340] mux_ogg mux: Open


      And on my laptop:



      $ vlc http://192.168.0.2:8080
      VLC media player 1.1.4.1 The Luggage (revision exported)
      Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
      Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
      Blocked: call to setlocale(6, "")
      Blocked: call to sigaction(17, 0xb25c7058, 0xb25c70e4)
      Warning: call to signal(13, 0x1)
      Warning: call to signal(13, 0x1)
      Blocked: call to setenv("ORBIT_SOCKETDIR", "/tmp/orbit-zf", 1)
      Warning: call to srand(1287690122)
      Warning: call to rand()
      Blocked: call to setlocale(6, "")

      (process:17933): Gtk-WARNING **: Locale not supported by C library.
      Using the fallback 'C' locale.
      Warning: call to signal(13, 0x1)
      Blocked: call to setlocale(6, "")
      [0x8af5f04] main stream error: cannot pre fill buffer


      Any idea why this isn't working?










      share|improve this question














      I'm trying to stream the output of my desktop's tv card to my laptop using vlc without success. I have on both pcs ArchLinux installed.



      I'm stuck here:



      $ cvlc v4l2:///dev/video0:norm=pal-nc:frequency=543250:size=640x480:channel=0:input-slave=alsa:///dev/dsp:audio=0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:standard{access=http,mux=ogg,dst=192.168.0.2:8080}' --ttl 12
      VLC media player 1.1.4 The Luggage (revision exported)
      Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
      Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
      [0x1c9e480] inhibit interface error: Failed to connect to the D-Bus session daemon: /usr/bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

      [0x1c9e480] main interface error: no suitable interface module
      [0x1ca1500] main interface error: no suitable interface module
      [0x1bb3120] main libvlc error: interface "globalhotkeys,none" initialization failed
      [0x1c9f940] dummy interface: using the dummy interface module...
      [0x1ca4850] main access out: creating httpd
      [0x1ebb340] mux_ogg mux: Open


      And on my laptop:



      $ vlc http://192.168.0.2:8080
      VLC media player 1.1.4.1 The Luggage (revision exported)
      Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
      Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
      Blocked: call to setlocale(6, "")
      Blocked: call to sigaction(17, 0xb25c7058, 0xb25c70e4)
      Warning: call to signal(13, 0x1)
      Warning: call to signal(13, 0x1)
      Blocked: call to setenv("ORBIT_SOCKETDIR", "/tmp/orbit-zf", 1)
      Warning: call to srand(1287690122)
      Warning: call to rand()
      Blocked: call to setlocale(6, "")

      (process:17933): Gtk-WARNING **: Locale not supported by C library.
      Using the fallback 'C' locale.
      Warning: call to signal(13, 0x1)
      Blocked: call to setlocale(6, "")
      [0x8af5f04] main stream error: cannot pre fill buffer


      Any idea why this isn't working?







      linux streaming vlc-media-player video-streaming






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 24 '10 at 1:18









      FrancoFranco

      1134




      1134





      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          mux=ogg is for vcodec=theora, maybe mux=ts?



          Do you have any other software listening on port 8080? is 192.168.0.2 the address of the machine you're using for cvlc streaming?






          share|improve this answer
























          • I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

            – Franco
            Oct 26 '10 at 16:25











          • Nope, still the same with mux=ts.

            – Franco
            Oct 27 '10 at 0:07











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f202755%2fvlc-tv-card-streaming%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          mux=ogg is for vcodec=theora, maybe mux=ts?



          Do you have any other software listening on port 8080? is 192.168.0.2 the address of the machine you're using for cvlc streaming?






          share|improve this answer
























          • I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

            – Franco
            Oct 26 '10 at 16:25











          • Nope, still the same with mux=ts.

            – Franco
            Oct 27 '10 at 0:07
















          0














          mux=ogg is for vcodec=theora, maybe mux=ts?



          Do you have any other software listening on port 8080? is 192.168.0.2 the address of the machine you're using for cvlc streaming?






          share|improve this answer
























          • I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

            – Franco
            Oct 26 '10 at 16:25











          • Nope, still the same with mux=ts.

            – Franco
            Oct 27 '10 at 0:07














          0












          0








          0







          mux=ogg is for vcodec=theora, maybe mux=ts?



          Do you have any other software listening on port 8080? is 192.168.0.2 the address of the machine you're using for cvlc streaming?






          share|improve this answer













          mux=ogg is for vcodec=theora, maybe mux=ts?



          Do you have any other software listening on port 8080? is 192.168.0.2 the address of the machine you're using for cvlc streaming?







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Oct 25 '10 at 14:21









          MetiuMetiu

          1829




          1829













          • I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

            – Franco
            Oct 26 '10 at 16:25











          • Nope, still the same with mux=ts.

            – Franco
            Oct 27 '10 at 0:07



















          • I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

            – Franco
            Oct 26 '10 at 16:25











          • Nope, still the same with mux=ts.

            – Franco
            Oct 27 '10 at 0:07

















          I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

          – Franco
          Oct 26 '10 at 16:25





          I don't have anything on the port 8080. When a I get home I'll check with the mux thingy.

          – Franco
          Oct 26 '10 at 16:25













          Nope, still the same with mux=ts.

          – Franco
          Oct 27 '10 at 0:07





          Nope, still the same with mux=ts.

          – Franco
          Oct 27 '10 at 0:07


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f202755%2fvlc-tv-card-streaming%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...