How to start Janus WebRTC gateway?Janus GridEx data not binding soonCopy one or more rows in grid janus and paste itHighlighting and programming the Janus GridExHow to uninstall Janus?How to change the color of an specific cell of Janus GridEX?Janus WebRTC installation issue?ffmpeg publishing VP8 to Janus Gateway 100% CPU MBPAdding filter in Janus GridexCannot get WebRTC to work with UV4L and janusJanus WebRTC Server compiling issue

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

What does CI-V stand for?

What is the word for reserving something for yourself before others do?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

Arthur Somervell: 1000 Exercises - Meaning of this notation

What is the offset in a seaplane's hull?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

Is it possible to do 50 km distance without any previous training?

What's the output of a record cartridge playing an out-of-speed record

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

What are these boxed doors outside store fronts in New York?

Service Entrance Breakers Rain Shield

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

Why dont electromagnetic waves interact with each other?

In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?

How does strength of boric acid solution increase in presence of salicylic acid?

can i play a electric guitar through a bass amp?

What would happen to a modern skyscraper if it rains micro blackholes?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Modeling an IPv4 Address

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Theorem, big Paralist and Amsart

The use of multiple foreign keys on same column in SQL Server

strToHex ( string to its hex representation as string)



How to start Janus WebRTC gateway?


Janus GridEx data not binding soonCopy one or more rows in grid janus and paste itHighlighting and programming the Janus GridExHow to uninstall Janus?How to change the color of an specific cell of Janus GridEX?Janus WebRTC installation issue?ffmpeg publishing VP8 to Janus Gateway 100% CPU MBPAdding filter in Janus GridexCannot get WebRTC to work with UV4L and janusJanus WebRTC Server compiling issue






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I installed successful Janus on /usr/local/lib and I re-configure to start Janus. But when I do sudo janus, I get this error:



/*
debian@beaglebone:/usr/local/bin$ janus
---------------------------------------------------
Starting Meetecho Janus (WebRTC Gateway) v0.1.0
---------------------------------------------------

Checking command line arguments...
Debug/log level is 4
Debug/log timestamps are disabled
Debug/log colors are enabled
Adding 'vmnet' to the ICE ignore list...
Using 10.92.200.16 as local IP...
[WARN] Token based authentication disabled
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
ICE handles watchdog started
TURN REST API backend: (disabled)
[WARN] Janus is deployed on a private address (10.92.200.16) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN...
BUNDLE is NOT going to be forced
rtcp-mux is NOT going to be forced
Fingerprint of our certificate: D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38
[WARN] Data Channels support not compiled
Plugins folder: /usr/local/lib/janus/plugins
Loading plugin 'libjanus_voicemail.so'...
JANUS VoiceMail plugin initialized!
Loading plugin 'libjanus_recordplay.so'...
JANUS Record&Play plugin initialized!
Loading plugin 'libjanus_echotest.so'...
VoiceMail watchdog started
EchoTest watchdog started
Record&Play watchdog started
JANUS EchoTest plugin initialized!
Loading plugin 'libjanus_videocall.so'...
JANUS VideoCall plugin initialized!
Loading plugin 'libjanus_streaming.so'...
VideoCall watchdog started
JANUS Streaming plugin initialized!
Loading plugin 'libjanus_videoroom.so'...
JANUS VideoRoom plugin initialized!
Streaming watchdog started
Loading plugin 'libjanus_audiobridge.so'...
JANUS AudioBridge plugin initialized!
VideoRoom watchdog started
Loading plugin 'libjanus_sip.so'...
AudioBridge watchdog started
JANUS SIP plugin initialized!
Transport plugins folder: /usr/local/lib/janus/transports
Loading transport plugin 'libjanus_http.so'...
SIP watchdog started
[ERR] [janus.c:main:3684] Couldn't load transport plugin 'libjanus_http.so': libmicrohttpd.so.12: cannot open shared object file: No such file or directory
[FATAL] [janus.c:main:3741] No Janus API transport is available... enable at least one and restart Janus


*/
libjanus_http.so and libmicrohttpd.so.12 are exist on usr/local/lib/janus/transport and /usr/local/lib



What does the error mean?










share|improve this question




























    0















    I installed successful Janus on /usr/local/lib and I re-configure to start Janus. But when I do sudo janus, I get this error:



    /*
    debian@beaglebone:/usr/local/bin$ janus
    ---------------------------------------------------
    Starting Meetecho Janus (WebRTC Gateway) v0.1.0
    ---------------------------------------------------

    Checking command line arguments...
    Debug/log level is 4
    Debug/log timestamps are disabled
    Debug/log colors are enabled
    Adding 'vmnet' to the ICE ignore list...
    Using 10.92.200.16 as local IP...
    [WARN] Token based authentication disabled
    Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
    ICE handles watchdog started
    TURN REST API backend: (disabled)
    [WARN] Janus is deployed on a private address (10.92.200.16) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN...
    BUNDLE is NOT going to be forced
    rtcp-mux is NOT going to be forced
    Fingerprint of our certificate: D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38
    [WARN] Data Channels support not compiled
    Plugins folder: /usr/local/lib/janus/plugins
    Loading plugin 'libjanus_voicemail.so'...
    JANUS VoiceMail plugin initialized!
    Loading plugin 'libjanus_recordplay.so'...
    JANUS Record&Play plugin initialized!
    Loading plugin 'libjanus_echotest.so'...
    VoiceMail watchdog started
    EchoTest watchdog started
    Record&Play watchdog started
    JANUS EchoTest plugin initialized!
    Loading plugin 'libjanus_videocall.so'...
    JANUS VideoCall plugin initialized!
    Loading plugin 'libjanus_streaming.so'...
    VideoCall watchdog started
    JANUS Streaming plugin initialized!
    Loading plugin 'libjanus_videoroom.so'...
    JANUS VideoRoom plugin initialized!
    Streaming watchdog started
    Loading plugin 'libjanus_audiobridge.so'...
    JANUS AudioBridge plugin initialized!
    VideoRoom watchdog started
    Loading plugin 'libjanus_sip.so'...
    AudioBridge watchdog started
    JANUS SIP plugin initialized!
    Transport plugins folder: /usr/local/lib/janus/transports
    Loading transport plugin 'libjanus_http.so'...
    SIP watchdog started
    [ERR] [janus.c:main:3684] Couldn't load transport plugin 'libjanus_http.so': libmicrohttpd.so.12: cannot open shared object file: No such file or directory
    [FATAL] [janus.c:main:3741] No Janus API transport is available... enable at least one and restart Janus


    */
    libjanus_http.so and libmicrohttpd.so.12 are exist on usr/local/lib/janus/transport and /usr/local/lib



    What does the error mean?










    share|improve this question
























      0












      0








      0








      I installed successful Janus on /usr/local/lib and I re-configure to start Janus. But when I do sudo janus, I get this error:



      /*
      debian@beaglebone:/usr/local/bin$ janus
      ---------------------------------------------------
      Starting Meetecho Janus (WebRTC Gateway) v0.1.0
      ---------------------------------------------------

      Checking command line arguments...
      Debug/log level is 4
      Debug/log timestamps are disabled
      Debug/log colors are enabled
      Adding 'vmnet' to the ICE ignore list...
      Using 10.92.200.16 as local IP...
      [WARN] Token based authentication disabled
      Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
      ICE handles watchdog started
      TURN REST API backend: (disabled)
      [WARN] Janus is deployed on a private address (10.92.200.16) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN...
      BUNDLE is NOT going to be forced
      rtcp-mux is NOT going to be forced
      Fingerprint of our certificate: D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38
      [WARN] Data Channels support not compiled
      Plugins folder: /usr/local/lib/janus/plugins
      Loading plugin 'libjanus_voicemail.so'...
      JANUS VoiceMail plugin initialized!
      Loading plugin 'libjanus_recordplay.so'...
      JANUS Record&Play plugin initialized!
      Loading plugin 'libjanus_echotest.so'...
      VoiceMail watchdog started
      EchoTest watchdog started
      Record&Play watchdog started
      JANUS EchoTest plugin initialized!
      Loading plugin 'libjanus_videocall.so'...
      JANUS VideoCall plugin initialized!
      Loading plugin 'libjanus_streaming.so'...
      VideoCall watchdog started
      JANUS Streaming plugin initialized!
      Loading plugin 'libjanus_videoroom.so'...
      JANUS VideoRoom plugin initialized!
      Streaming watchdog started
      Loading plugin 'libjanus_audiobridge.so'...
      JANUS AudioBridge plugin initialized!
      VideoRoom watchdog started
      Loading plugin 'libjanus_sip.so'...
      AudioBridge watchdog started
      JANUS SIP plugin initialized!
      Transport plugins folder: /usr/local/lib/janus/transports
      Loading transport plugin 'libjanus_http.so'...
      SIP watchdog started
      [ERR] [janus.c:main:3684] Couldn't load transport plugin 'libjanus_http.so': libmicrohttpd.so.12: cannot open shared object file: No such file or directory
      [FATAL] [janus.c:main:3741] No Janus API transport is available... enable at least one and restart Janus


      */
      libjanus_http.so and libmicrohttpd.so.12 are exist on usr/local/lib/janus/transport and /usr/local/lib



      What does the error mean?










      share|improve this question














      I installed successful Janus on /usr/local/lib and I re-configure to start Janus. But when I do sudo janus, I get this error:



      /*
      debian@beaglebone:/usr/local/bin$ janus
      ---------------------------------------------------
      Starting Meetecho Janus (WebRTC Gateway) v0.1.0
      ---------------------------------------------------

      Checking command line arguments...
      Debug/log level is 4
      Debug/log timestamps are disabled
      Debug/log colors are enabled
      Adding 'vmnet' to the ICE ignore list...
      Using 10.92.200.16 as local IP...
      [WARN] Token based authentication disabled
      Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
      ICE handles watchdog started
      TURN REST API backend: (disabled)
      [WARN] Janus is deployed on a private address (10.92.200.16) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN...
      BUNDLE is NOT going to be forced
      rtcp-mux is NOT going to be forced
      Fingerprint of our certificate: D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38
      [WARN] Data Channels support not compiled
      Plugins folder: /usr/local/lib/janus/plugins
      Loading plugin 'libjanus_voicemail.so'...
      JANUS VoiceMail plugin initialized!
      Loading plugin 'libjanus_recordplay.so'...
      JANUS Record&Play plugin initialized!
      Loading plugin 'libjanus_echotest.so'...
      VoiceMail watchdog started
      EchoTest watchdog started
      Record&Play watchdog started
      JANUS EchoTest plugin initialized!
      Loading plugin 'libjanus_videocall.so'...
      JANUS VideoCall plugin initialized!
      Loading plugin 'libjanus_streaming.so'...
      VideoCall watchdog started
      JANUS Streaming plugin initialized!
      Loading plugin 'libjanus_videoroom.so'...
      JANUS VideoRoom plugin initialized!
      Streaming watchdog started
      Loading plugin 'libjanus_audiobridge.so'...
      JANUS AudioBridge plugin initialized!
      VideoRoom watchdog started
      Loading plugin 'libjanus_sip.so'...
      AudioBridge watchdog started
      JANUS SIP plugin initialized!
      Transport plugins folder: /usr/local/lib/janus/transports
      Loading transport plugin 'libjanus_http.so'...
      SIP watchdog started
      [ERR] [janus.c:main:3684] Couldn't load transport plugin 'libjanus_http.so': libmicrohttpd.so.12: cannot open shared object file: No such file or directory
      [FATAL] [janus.c:main:3741] No Janus API transport is available... enable at least one and restart Janus


      */
      libjanus_http.so and libmicrohttpd.so.12 are exist on usr/local/lib/janus/transport and /usr/local/lib



      What does the error mean?







      debian beagleboneblack janus






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 9 '16 at 11:37









      neoneo

      14412




      14412






















          2 Answers
          2






          active

          oldest

          votes


















          0














          I had the same problem. Using information found here the problem was solved by running



          make configs


          on the installation directory.






          share|improve this answer






























            0














            I guess you missed a step or two, maybe it will fix your issue it did for me :



            sudo apt-get install libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev libini-config-dev libcollection-dev libwebsockets-dev pkg-config gengetopt automake libtool doxygen graphviz git cmake


            sudo apt-get install libavformat-dev



            mkdir -p ~/build



            cd ~/build



            git clone git://github.com/meetecho/janus-gateway.git


            cd janus-gateway

            sh autogen.sh

            ./configure --disable-data-channels --disable-websockets --disable-rabbitmq --disable-docs --prefix=/opt/janus LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" CFLAGS="-I/usr/local/include"

            make && sudo make install
            sudo make configs


            Then :



            cd /opt/janus/bin/ 

            ./janus -F /opt/janus/etc/janus/





            share|improve this answer

























              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              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%2fstackoverflow.com%2fquestions%2f35890559%2fhow-to-start-janus-webrtc-gateway%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              I had the same problem. Using information found here the problem was solved by running



              make configs


              on the installation directory.






              share|improve this answer



























                0














                I had the same problem. Using information found here the problem was solved by running



                make configs


                on the installation directory.






                share|improve this answer

























                  0












                  0








                  0







                  I had the same problem. Using information found here the problem was solved by running



                  make configs


                  on the installation directory.






                  share|improve this answer













                  I had the same problem. Using information found here the problem was solved by running



                  make configs


                  on the installation directory.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 7 '16 at 15:44









                  pr3pr3

                  4115




                  4115























                      0














                      I guess you missed a step or two, maybe it will fix your issue it did for me :



                      sudo apt-get install libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev libini-config-dev libcollection-dev libwebsockets-dev pkg-config gengetopt automake libtool doxygen graphviz git cmake


                      sudo apt-get install libavformat-dev



                      mkdir -p ~/build



                      cd ~/build



                      git clone git://github.com/meetecho/janus-gateway.git


                      cd janus-gateway

                      sh autogen.sh

                      ./configure --disable-data-channels --disable-websockets --disable-rabbitmq --disable-docs --prefix=/opt/janus LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" CFLAGS="-I/usr/local/include"

                      make && sudo make install
                      sudo make configs


                      Then :



                      cd /opt/janus/bin/ 

                      ./janus -F /opt/janus/etc/janus/





                      share|improve this answer





























                        0














                        I guess you missed a step or two, maybe it will fix your issue it did for me :



                        sudo apt-get install libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev libini-config-dev libcollection-dev libwebsockets-dev pkg-config gengetopt automake libtool doxygen graphviz git cmake


                        sudo apt-get install libavformat-dev



                        mkdir -p ~/build



                        cd ~/build



                        git clone git://github.com/meetecho/janus-gateway.git


                        cd janus-gateway

                        sh autogen.sh

                        ./configure --disable-data-channels --disable-websockets --disable-rabbitmq --disable-docs --prefix=/opt/janus LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" CFLAGS="-I/usr/local/include"

                        make && sudo make install
                        sudo make configs


                        Then :



                        cd /opt/janus/bin/ 

                        ./janus -F /opt/janus/etc/janus/





                        share|improve this answer



























                          0












                          0








                          0







                          I guess you missed a step or two, maybe it will fix your issue it did for me :



                          sudo apt-get install libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev libini-config-dev libcollection-dev libwebsockets-dev pkg-config gengetopt automake libtool doxygen graphviz git cmake


                          sudo apt-get install libavformat-dev



                          mkdir -p ~/build



                          cd ~/build



                          git clone git://github.com/meetecho/janus-gateway.git


                          cd janus-gateway

                          sh autogen.sh

                          ./configure --disable-data-channels --disable-websockets --disable-rabbitmq --disable-docs --prefix=/opt/janus LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" CFLAGS="-I/usr/local/include"

                          make && sudo make install
                          sudo make configs


                          Then :



                          cd /opt/janus/bin/ 

                          ./janus -F /opt/janus/etc/janus/





                          share|improve this answer















                          I guess you missed a step or two, maybe it will fix your issue it did for me :



                          sudo apt-get install libmicrohttpd-dev libjansson-dev libnice-dev libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev libopus-dev libogg-dev libini-config-dev libcollection-dev libwebsockets-dev pkg-config gengetopt automake libtool doxygen graphviz git cmake


                          sudo apt-get install libavformat-dev



                          mkdir -p ~/build



                          cd ~/build



                          git clone git://github.com/meetecho/janus-gateway.git


                          cd janus-gateway

                          sh autogen.sh

                          ./configure --disable-data-channels --disable-websockets --disable-rabbitmq --disable-docs --prefix=/opt/janus LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" CFLAGS="-I/usr/local/include"

                          make && sudo make install
                          sudo make configs


                          Then :



                          cd /opt/janus/bin/ 

                          ./janus -F /opt/janus/etc/janus/






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Oct 5 '16 at 9:20

























                          answered Oct 5 '16 at 8:17









                          Hakeem El Bakka-leeHakeem El Bakka-lee

                          391218




                          391218



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Stack Overflow!


                              • 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%2fstackoverflow.com%2fquestions%2f35890559%2fhow-to-start-janus-webrtc-gateway%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

                              Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                              Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                              2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived